Method: Vedeu::Cursors::Move#offset

Defined in:
lib/vedeu/cursors/move.rb

#offsetSymbol (readonly, protected)

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.

Returns The number of characters to move the cursor in the given direction.



57
58
59
# File 'lib/vedeu/cursors/move.rb', line 57

def offset
  @offset
end