Flowdock
method

v_nil

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: AbstractTreeParser
v_nil(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 269
      def v_nil(node)
        nodeMustBe(node, "nil")
        assert( node.childNodes.to_a.size == 0 )
        nil
      end
Register or log in to add new notes.