lib/vedeu/geometry/vertical_alignment.rb in vedeu-0.6.50 vs lib/vedeu/geometry/vertical_alignment.rb in vedeu-0.6.51

- old
+ new

@@ -3,9 +3,11 @@ module Geometry # Provides the mechanism to align an interface/view vertically # within the available terminal space. # + # @api private + # class VerticalAlignment < Vedeu::Geometry::Alignment # @raise [Vedeu::Error::InvalidSyntax] When the value is not one # of :bottom, :centre, :left, :middle, :right, :top. # @return [Symbol]