class StrictYAML::Location

Defined in:

strict-yaml/node.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

to_yaml(io : IO) : Nil
to_yaml : String
to_yaml

Class methods inherited from class Object

from_yaml(source : String)
from_yaml(value : StrictYAML::Any)
from_yaml

Constructor Detail

def self.new(value : StaticArray(Int32, 4)) #

[View source]

Class Method Detail

def self.[](line : Int32, column : Int32) #

[View source]

Instance Method Detail

def &(other : Location) : Location #

[View source]
def end : Tuple(Int32, Int32) #

[View source]
def end_at(line : Int32, column : Int32) : self #

[View source]
def start : Tuple(Int32, Int32) #

[View source]
def start_at(line : Int32, column : Int32) : self #

[View source]