Class: SpotFeel::OpenIntervalEnd
- Defined in:
- lib/spot_feel/nodes.rb
Overview
-
open interval end = “)” | “[” ;
Instance Method Summary collapse
Methods inherited from Node
#qualified_names_in_context, #raise_evaluation_error
Instance Method Details
#eval(_context = {}) ⇒ Object
151 152 153 |
# File 'lib/spot_feel/nodes.rb', line 151 def eval(_context = {}) text_value.strip end |