Class: SpotFeel::UnaryOperator

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/spot_feel/nodes.rb

Instance Method Summary collapse

Instance Method Details

#eval(_context = {}) ⇒ Object



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

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