Class: Journey::Nodes::Dummy

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

Instance Attribute Summary

Attributes inherited from Node

#left, #memo

Instance Method Summary collapse

Methods inherited from Literal

#type

Methods inherited from Node

#each, #name, #symbol?, #to_dot, #to_s, #to_sym, #type

Constructor Details

#initialize(x = Object.new) ⇒ Dummy

Returns a new instance of Dummy.



53
54
55
# File 'lib/journey/nodes/node.rb', line 53

def initialize x = Object.new
  super
end

Instance Method Details

#literal?Boolean

Returns:

  • (Boolean)


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

def literal?; false; end