struct

Codespan::Span

Inherits Struct < Value < Object

Constructors

from_str(s : String) : Span
Source
initial
Source
new(start : ByteIndex | Int, ending : ByteIndex | Int)
Source

Instance methods

disjoint(other : Span) : Bool
Source
merge(other : Span) : Span
Source
start
Source
to_range
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source