gavinlaking/vedeu

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

Summary

Maintainability
Test Coverage
### `horizontal`

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

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