View Source Scribe.Border (Scribe v0.11.0)
Defines border and edge symbols for a table cell.
Example Usage
When printed, a cell with a border of Scribe.Border.new("+", "|", "-")
would look like:
+--------+
| "test" |
+--------+
Summary
Functions
Defines a new Border.t
with given corner and edges.