lib/vedeu/editor/document.rb in vedeu-0.8.2 vs lib/vedeu/editor/document.rb in vedeu-0.8.3
- old
+ new
@@ -255,10 +255,10 @@
# Return the data needed to render the document, based on the
# current virtual cursor position. This output may be a cropped
# representation of the full document depending on the size of
# the interface.
#
- # @return [Array<Vedeu::Views::Char>]
+ # @return [Array<Vedeu::Cells::Char>]
def output
Vedeu::Editor::Cropper.new(lines: lines,
name: name,
ox: ox,
oy: oy).viewport