gavinlaking/vedeu

View on GitHub
docs/dsl/by_method/bottom_right.md

Summary

Maintainability
Test Coverage
### `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