Method: Vedeu::Editor::Cropper#lines

Defined in:
lib/vedeu/editor/cropper.rb

#linesVedeu::Editor::Lines (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return a range of visible lines.



94
95
96
# File 'lib/vedeu/editor/cropper.rb', line 94

def lines
  @lines[oy...(oy + bordered_height)] || []
end