Class: Toml::TrueLiteral

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

Instance Method Summary collapse

Instance Method Details

#evaluateObject



54
55
56
# File 'lib/tomlp/token_extensions.rb', line 54

def evaluate
  return eval self.text_value
end