Flowdock
method

element

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: XMLParser
element(name, attrs, *children) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xmlrpc/create.rb, line 79
      def element(name, attrs, *children)
        XML::SimpleTree::Element.new(name, attrs, *children)
      end
Register or log in to add new notes.