Libraries
»
igc
(0.1.0)
»
Index
»
IGC
»
parse
Method: IGC.parse
Defined in:
lib/igc.rb
.
parse
(str) ⇒
Object
16 17 18
# File 'lib/igc.rb', line 16
def
self
.
parse
(
str
)
Parser
.
new
(
str
)
.
parse
end