class XMLRPC::XMLWriter::Simple

Monkey patch the xml writer for problems with double arrays Problem is filed as: jira.codehaus.org/browse/JRUBY-6670

Public Instance Methods

element(name, attrs, *children) click to toggle source
# File lib/rack/rpc/endpoint/xmlrpc.rb, line 8
def element(name, attrs, *children)
  unsave_element(name, attrs, *children.flatten)
end
Also aliased as: unsave_element
unsave_element(name, attrs, *children)
Alias for: element