Method: CodeInclusion::Subset::Section#lines
- Defined in:
- lib/polytexnic/code_inclusion.rb
#lines ⇒ Object
381 382 383 384 |
# File 'lib/polytexnic/code_inclusion.rb', line 381 def lines ensure_exists! input.slice(index_of_first_line, length) end |