Source: show | on GitHub
# File actionpack/test/controller/metal/renderers_test.rb, line 6 def to_json(options = {}) { a: 'b' }.to_json(options) end
# File actionpack/test/controller/metal/renderers_test.rb, line 10 def to_xml(options = {}) { a: 'b' }.to_xml(options) end