Class: TPPlus::Nodes::TerminatorNode

Inherits:
BaseNode
  • Object
show all
Defined in:
lib/tp_plus/nodes/terminator_node.rb

Instance Method Summary collapse

Methods inherited from BaseNode

#can_be_inlined?

Instance Method Details

#eval(context) ⇒ Object



4
5
6
# File 'lib/tp_plus/nodes/terminator_node.rb', line 4

def eval(context)
  nil
end