Methods
T
Instance Public methods
to_xml(options)
# File actionpack/test/controller/render_xml_test.rb, line 7
def to_xml(options)
  options[:root] ||= "i-am-xml"
  "<#{options[:root]}/>"
end