Class: Teacher::Identifier

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

Instance Method Summary collapse

Instance Method Details

#eval(scope) ⇒ Object



13
# File 'lib/teacher/nodes.rb', line 13

def eval(scope); scope[text_value]; end