lib/vedeu/models/line.rb in vedeu-0.4.56 vs lib/vedeu/models/line.rb in vedeu-0.4.57
- old
+ new
@@ -2,10 +2,9 @@
# A Line represents a single row of the terminal. It is a container for
# {Vedeu::Stream} objects. A line's width is determined by the
# {Vedeu::Interface} it belongs to.
#
- # @api private
class Line
include Vedeu::Model
include Vedeu::Presentation