Source: show | on GitHub
# File actionpack/test/controller/renderers_test.rb, line 7 def to_xml(options) options[:root] ||= "i-am-xml" "<#{options[:root]}/>" end