Module: Air::Parse::Stair::From
- Included in:
- Air::Parse::Stair
- Defined in:
- lib/air/parse.rb
Instance Method Summary collapse
Instance Method Details
#from(lines, at: 0) ⇒ Object
41 42 43 44 |
# File 'lib/air/parse.rb', line 41 def from lines, at: 0 at += 1 until lines[at] != "\n" new lines, at: at end |