Class: Toml::FloatLiteral

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/tomlp/token_extensions.rb

Instance Method Summary collapse

Instance Method Details

#evaluateObject



42
43
44
# File 'lib/tomlp/token_extensions.rb', line 42

def evaluate
  return self.text_value.to_f
end