Class: Journey::Nodes::Cat

Inherits:
Binary show all
Defined in:
lib/journey/nodes/node.rb

Instance Attribute Summary

Attributes inherited from Binary

#right

Attributes inherited from Node

#left, #memo

Instance Method Summary collapse

Methods inherited from Binary

#children, #initialize

Methods inherited from Node

#each, #initialize, #literal?, #name, #symbol?, #to_dot, #to_s, #to_sym

Constructor Details

This class inherits a constructor from Journey::Nodes::Binary

Instance Method Details

#typeObject



109
# File 'lib/journey/nodes/node.rb', line 109

def type; :CAT; end