Method: BlueFeather.parse_text_file
- Defined in:
- lib/bluefeather.rb
.parse_text_file(path) ⇒ Object Also known as: parse_file
67 68 69 |
# File 'lib/bluefeather.rb', line 67 def parse_text_file(path) Parser.new.parse_text_file(path) end |