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