Object
# File xmlrpc/create.rb, line 15 def ele(name, *children) element(name, nil, *children) end
# File xmlrpc/create.rb, line 19 def tag(name, txt) element(name, nil, text(txt)) end
This page was generated for Ruby 2.0
Ruby-doc.org is a service of James Britt and Neurogami, an avant garage application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.24.6.