Class: Toml::KeyName

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

Instance Method Summary collapse

Instance Method Details

#evaluateObject



117
118
119
# File 'lib/tomlp/token_extensions.rb', line 117

def evaluate
  self.text_value.split(".")
end