Class: FEEL::NullLiteral

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

Instance Method Summary collapse

Methods inherited from Node

#access_property, #qualified_names_in_context, #raise_evaluation_error

Instance Method Details

#eval(_context = {}) ⇒ Object



439
440
441
# File 'lib/feel/nodes.rb', line 439

def eval(_context = {})
  nil
end