Class: FEEL::OpenIntervalStart

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

Overview

  1. open interval start = “(” | “]” ;

Instance Method Summary collapse

Methods inherited from Node

#access_property, #qualified_names_in_context, #raise_evaluation_error

Instance Method Details

#eval(_context = {}) ⇒ Object



179
180
181
# File 'lib/feel/nodes.rb', line 179

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