class

StrictYAML::Location

Inherits Reference < Object

Constructors

new(value : StaticArray(Int32, 4))
Source

Class methods

[](line : Int32, column : Int32)
Source

Instance methods

&(other : Location) : Location
Source
end_at(line : Int32, column : Int32) : self
Source
pretty_print(pp : PrettyPrint) : Nil

Pretty prints self into the given printer.

By default appends a text that is the result of invoking #inspect on self. Subclasses should override for custom pretty printing.

Source
start
Source
start_at(line : Int32, column : Int32) : self
Source