Class: TPPlus::Nodes::EmptyStmtNode

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

Instance Method Summary collapse

Instance Method Details

#eval(context, options = {}) ⇒ Object



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

def eval(context, options={})
  ""
end