Methods
T
Instance Public methods
to_json(options = {})
# File actionpack/test/controller/api/renderers_test.rb, line 6
def to_json(options = {})
  { a: 'b' }.to_json(options)
end
to_xml(options = {})
# File actionpack/test/controller/api/renderers_test.rb, line 10
def to_xml(options = {})
  { a: 'b' }.to_xml(options)
end