Class: PerfectTOML::Parser
- Inherits:
-
Object
- Object
- PerfectTOML::Parser
- Defined in:
- lib/perfect_toml.rb
Overview
:nodoc:
Defined Under Namespace
Classes: Node
Instance Method Summary collapse
-
#initialize(src, symbolize_names: false) ⇒ Parser
constructor
A new instance of Parser.
- #parse ⇒ Object
Constructor Details
Instance Method Details
#parse ⇒ Object
313 314 315 |
# File 'lib/perfect_toml.rb', line 313 def parse parse_toml end |