92 93 94 95
# File 'lib/rails/rfc6570.rb', line 92 def to_rfc6570(**opts) @rfc6570_formatter ||= RFC6570::Formatter.new(self) @rfc6570_formatter.evaluate(**opts) end