Module: Teacher::Number

Defined in:
lib/teacher/nodes.rb

Instance Method Summary collapse

Instance Method Details

#eval(scope) ⇒ Object



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

def eval(scope); text_value.to_f; end