Class: Toml::KeyGroup
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Toml::KeyGroup
- Defined in:
- lib/tomlp/token_extensions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate ⇒ Object
111 112 113 |
# File 'lib/tomlp/token_extensions.rb', line 111 def evaluate self.elements.map {|x| x.evaluate} end |