Class: Toml::FalseLiteral
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Toml::FalseLiteral
- Defined in:
- lib/tomlp/token_extensions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate ⇒ Object
60 61 62 |
# File 'lib/tomlp/token_extensions.rb', line 60 def evaluate return eval self.text_value end |