Class: Toml::Identifier
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Toml::Identifier
- Defined in:
- lib/tomlp/token_extensions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate ⇒ Object
80 81 82 |
# File 'lib/tomlp/token_extensions.rb', line 80 def evaluate return self.text_value end |