Class: SpotFeel::Name

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

Overview

  1. name = name start , { name part | additional name symbols } ;

Instance Method Summary collapse

Methods inherited from Node

#qualified_names_in_context, #raise_evaluation_error

Instance Method Details

#eval(_context = {}) ⇒ Object



296
297
298
299
# File 'lib/spot_feel/nodes.rb', line 296

def eval(_context = {})
  #head + tail.map{|t| t[1]}.join("")
  text_value.strip
end