Class: IGC::Parser
- Inherits:
-
Object
- Object
- IGC::Parser
- Defined in:
- lib/igc/parser.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(file) ⇒ Parser
constructor
A new instance of Parser.
- #parse ⇒ Object
Constructor Details
Instance Method Details
#parse ⇒ Object
14 15 16 17 |
# File 'lib/igc/parser.rb', line 14 def parse parse_line until @buffer.eos? @flight end |