gavinlaking/vedeu

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

Summary

Maintainability
Test Coverage
### `top_left`

Set the character to be used to draw the top left corner of
the border.

    Vedeu.border :border_demo do
      top_left '+'
      # ... some code
    end