gavinlaking/vedeu

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

Summary

Maintainability
Test Coverage
### `top_horizontal`

Set the character to be used to draw the top horizontal part
of the border.

    Vedeu.border :border_demo do
      top_horizontal '-'
      # ... some code
    end