Class: Teacher::Assignment

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

Instance Method Summary collapse

Instance Method Details

#eval(scope) ⇒ Object



66
67
68
# File 'lib/teacher/nodes.rb', line 66

def eval(scope)
  scope[elements.first.text_value] = elements.last.eval(scope)
end