Class: Eqn::Terminal::Digits
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Eqn::Terminal::Digits
- Defined in:
- lib/eqn/terminal.rb
Instance Method Summary collapse
Instance Method Details
#dec_value ⇒ Object
13 14 15 |
# File 'lib/eqn/terminal.rb', line 13 def dec_value ".#{text_value}".to_f end |
#value ⇒ Object
17 18 19 |
# File 'lib/eqn/terminal.rb', line 17 def value text_value.to_f end |