Class: Vedeu::Cells::BottomHorizontal Private
- Inherits:
-
Horizontal
- Object
- Empty
- Border
- Horizontal
- Vedeu::Cells::BottomHorizontal
- Defined in:
- lib/vedeu/cells/borders/edges/bottom_horizontal.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Provides the character/escape sequence to draw one cell of the bottom horizontal border with a custom value, colour and style.
Instance Method Summary collapse
- #defaults ⇒ Hash<Symbol => String> private private
- #type ⇒ Symbol private
Instance Method Details
#defaults ⇒ Hash<Symbol => String> (private)
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.
22 23 24 |
# File 'lib/vedeu/cells/borders/edges/bottom_horizontal.rb', line 22 def defaults super.merge!(value: Vedeu.esc.horizontal) end |
#type ⇒ Symbol
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.
15 16 17 |
# File 'lib/vedeu/cells/borders/edges/bottom_horizontal.rb', line 15 def type :bottom_horizontal end |