Flowdock
method

boolean

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: AbstractTreeParser
boolean(node) private

No documentation

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

Hide source
# File lib/xmlrpc/parser.rb, line 262
      def boolean(node)
        nodeMustBe(node, "boolean")
        hasOnlyOneChild(node)

        Convert.boolean(text(node.firstChild))
      end
Register or log in to add new notes.