Class: SpotFeel::OpenIntervalStart

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

Overview

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

Instance Method Summary collapse

Methods inherited from Node

#qualified_names_in_context, #raise_evaluation_error

Instance Method Details

#eval(_context = {}) ⇒ Object



133
134
135
# File 'lib/spot_feel/nodes.rb', line 133

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