Flowdock
method

v_nil

Importance_0
v2_2_9 - 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 296
      def v_nil(node)
        nodeMustBe(node, "nil")
        assert( node.childNodes.to_a.size == 0 )
        nil
      end
Register or log in to add new notes.