Class: SpotFeel::NullLiteral

Inherits:
Node
  • Object
show all
Defined in:
lib/spot_feel/nodes.rb

Instance Method Summary collapse

Methods inherited from Node

#qualified_names_in_context, #raise_evaluation_error

Instance Method Details

#eval(_context = {}) ⇒ Object



367
368
369
# File 'lib/spot_feel/nodes.rb', line 367

def eval(_context = {})
  nil
end