class Syntaks::SourceInterval
- Syntaks::SourceInterval
- Reference
- Object
Included Modules
- Kontrakt
Defined in:
syntaks/source_interval.crConstructors
-
.new(source : Syntaks::Source, from : Int32, content : String)
interval does not include last character
Instance Method Summary
- #content : String
- #from : Int32
- #from_location
- #inspect(io)
- #length : Int32
- #source : Source
- #to
- #to_location
- #to_s(io)
Constructor Detail
def self.new(source : Syntaks::Source, from : Int32, content : String)
#
interval does not include last character