struct
UnicodePlot::Border
- UnicodePlot::Border
- Struct
- Value
- Object
Defined in:
unicode_plot/common.crConstructors
Instance Method Summary
- #b : Char
- #bl : Char
- #br : Char
- #clone
- #copy_with(tl _tl = @tl, tr _tr = @tr, bl _bl = @bl, br _br = @br, t _t = @t, l _l = @l, b _b = @b, r _r = @r)
- #l : Char
- #r : Char
- #t : Char
- #tl : Char
- #tr : Char
Constructor Detail
def self.new(tl : Char, tr : Char, bl : Char, br : Char, t : Char, l : Char, b : Char, r : Char)
#
Instance Method Detail
def copy_with(tl _tl = @tl, tr _tr = @tr, bl _bl = @bl, br _br = @br, t _t = @t, l _l = @l, b _b = @b, r _r = @r)
#