Class: FEEL::ComparisonOperator

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

Instance Method Summary collapse

Methods inherited from Node

#qualified_names_in_context, #raise_evaluation_error

Instance Method Details

#eval(_context = {}) ⇒ Object



537
538
539
# File 'lib/feel/nodes.rb', line 537

def eval(_context = {})
  text_value.strip
end