Class: Toml::BooleanLiteral

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

Instance Method Summary collapse

Instance Method Details

#evaluateObject



48
49
50
# File 'lib/tomlp/token_extensions.rb', line 48

def evaluate
  return eval self.text_value
end