lib/vedeu/models/line.rb in vedeu-0.2.1 vs lib/vedeu/models/line.rb in vedeu-0.2.2
- old
+ new
@@ -1,9 +1,11 @@
module Vedeu
# 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 Coercions
include Presentation