Class: Journey::Nodes::Star
- Defined in:
- lib/journey/nodes/node.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Unary
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::Node
Instance Method Details
#type ⇒ Object
94 |
# File 'lib/journey/nodes/node.rb', line 94 def type; :STAR; end |