Method: FEEL::UnaryOperator#eval

Defined in:
lib/feel/nodes.rb

#eval(_context = {}) ⇒ Object



101
102
103
# File 'lib/feel/nodes.rb', line 101

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