Class: Toml::FloatLiteral
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Toml::FloatLiteral
- Defined in:
- lib/tomlp/token_extensions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate ⇒ Object
42 43 44 |
# File 'lib/tomlp/token_extensions.rb', line 42 def evaluate return self.text_value.to_f end |