Method: EveApp::ItemParser#initialize
- Defined in:
- lib/eve_app/item_parser.rb
#initialize(text) ⇒ ItemParser
Returns a new instance of ItemParser.
5 6 7 8 9 10 11 |
# File 'lib/eve_app/item_parser.rb', line 5 def initialize(text) @text = text @lines = [] normalized_lines determine_items end |