Class: Expressive::Identifier

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

Instance Method Summary collapse

Instance Method Details

#eval(scope) ⇒ Object



99
100
101
# File 'lib/expressive.rb', line 99

def eval(scope)
  scope[text_value]
end