Method: Constree::Node#constant

Defined in:
lib/constree/node.rb

#constantObject

Returns the value of attribute constant

Returns:

  • (Object)

    the current value of constant



5
6
7
# File 'lib/constree/node.rb', line 5

def constant
  @constant
end