Class: Toml::DateTime
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Toml::DateTime
- Defined in:
- lib/tomlp/token_extensions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate ⇒ Object
66 67 68 |
# File 'lib/tomlp/token_extensions.rb', line 66 def evaluate return ::DateTime.parse self.text_value end |