struct
Sheen::StyleRange
- Sheen::StyleRange
- Struct
- Value
- Object
Overview
A visible-cell range matched with the style to apply to it.
For Sheen.style_ranges, start is inclusive and finish is exclusive.
Defined in:
sheen/ranges.crConstructors
Instance Method Summary
- #clone
- #copy_with(start _start = @start, finish _finish = @finish, style _style = @style)
- #finish : Int32
- #start : Int32
- #style : Style
Constructor Detail
Instance Method Detail
def copy_with(start _start = @start, finish _finish = @finish, style _style = @style)
#