struct Mint::TerminalSnippet::Line
- Mint::TerminalSnippet::Line
- Struct
- Value
- Object
Defined in:
utils/terminal_snippet.crConstructors
Instance Method Summary
- #[](from, to)
- #clone
- #contains?(from, to)
- #contains?(position)
- #contents : String
- #copy_with(contents _contents = @contents, index _index = @index, offset _offset = @offset)
- #fully_contains?(from, to)
- #highlight(from, to)
- #index : Int64
- #offset : Int64
- #size
Constructor Detail
Instance Method Detail
def copy_with(contents _contents = @contents, index _index = @index, offset _offset = @offset)
#