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