Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tallboy
v0.4.0
Tallboy
Align
Cell
CellValue
Column
InvalidLayoutException
InvalidRowSizeException
Renderer
Basic
Row
Layout
Style
Charset
CharRow
Table
Built with Crystal 1.9.2
2023-10-08 03:06:37 UTC
struct
Tallboy::Style::Charset::CharRow
Tallboy::Style::Charset::CharRow
Struct
Value
Object
Defined in:
tallboy/style/charset.cr
Constructors
.new
(left : String, pad : String, mid : String, right : String)
Instance Method Summary
#left
: String
#mid
: String
#pad
: String
#right
: String
#to_tuple
Constructor Detail
def self.
new
(left : String, pad : String, mid : String, right : String)
#
[
View source
]
Instance Method Detail
def
left
: String
#
[
View source
]
def
mid
: String
#
[
View source
]
def
pad
: String
#
[
View source
]
def
right
: String
#
[
View source
]
def
to_tuple
#
[
View source
]