Class: Parser
- Inherits:
-
Object
- Object
- Parser
- Defined in:
- lib/knykode/parser.rb
Instance Method Summary collapse
Instance Method Details
#read(file) ⇒ Object
2 3 4 |
# File 'lib/knykode/parser.rb', line 2 def read(file) IO.readlines(file) end |