Method: Vedeu::Borders::DSL#bottom_right
- Defined in:
- lib/vedeu/borders/dsl.rb
#bottom_right(char) ⇒ String Also known as: bottom_right=
Set the character to be used to draw the bottom right corner of the border.
Vedeu.border :border_demo do
bottom_right '+'
# ... some code
end
57 58 59 |
# File 'lib/vedeu/borders/dsl.rb', line 57 def bottom_right(char) model.bottom_right = char end |