Object
# File xmlrpc/create.rb, line 16 def ele(name, *children) element(name, nil, *children) end
# File xmlrpc/create.rb, line 20 def tag(name, txt) element(name, nil, text(txt)) end
This page was generated for Ruby 2.3.4
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.36.0.