Method: Vedeu::Borders::DSL#bottom_horizontal
- Defined in:
- lib/vedeu/borders/dsl.rb
#bottom_horizontal(char, options = {}) ⇒ String Also known as: bottom_horizontal=
107 108 109 110 |
# File 'lib/vedeu/borders/dsl.rb', line 107 def bottom_horizontal(char, = {}) model.bottom_horizontal = Vedeu::Cells::BottomHorizontal .new(attrs(char, )) end |