Class: Toml::KeyGroup

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/tomlp/token_extensions.rb

Instance Method Summary collapse

Instance Method Details

#evaluateObject



111
112
113
# File 'lib/tomlp/token_extensions.rb', line 111

def evaluate
  self.elements.map {|x| x.evaluate}
end