Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tallboy
v0.9.3
Tallboy
Alignment
AlignOption
AlignValue
AsciiRenderer
AutoSpanRow
Border
BorderStyle
Cell
ColumnDefinition
ColumnDefinitions
ComputedCell
ComputedRow
ComputedTable
ComputedTableBuilder
Joint
Line
MarkdownRenderer
MergedNode
MinWidthCalculator
Node
NodeList
Part
Renderer
RenderTreeBuilder
Row
TableBuilder
Text
UnevenRowLength
UnicodeRenderer
WidthOption
WidthValue
Built with Crystal 1.9.2
2023-10-08 03:05:19 UTC
enum
Tallboy::Border
Defined in:
tallboy.cr
Enum Members
None
=
0
Top
=
1
Bottom
=
2
TopBottom
=
3
Instance Method Summary
#bottom?
#none?
#top?
#top_bottom?
Instance Method Detail
def
bottom?
#
[
View source
]
def
none?
#
[
View source
]
def
top?
#
[
View source
]
def
top_bottom?
#
[
View source
]