Module: Teacher::Statement
- Defined in:
- lib/teacher/nodes.rb
Instance Method Summary collapse
Instance Method Details
#eval(scope) ⇒ Object
17 18 19 |
# File 'lib/teacher/nodes.rb', line 17 def eval(scope) elements.first.eval(scope) end |