lib/vedeu/cursor/cursor.rb in vedeu-0.4.2 vs lib/vedeu/cursor/cursor.rb in vedeu-0.4.3

- old
+ new

@@ -6,11 +6,9 @@ module Vedeu # Each interface has its own Cursor which maintains the position and # visibility of the cursor within that interface. # - # @api private - # class Cursor extend Forwardable def_delegators :state, :visible?, :invisible?