class StrictYAML::Location
- StrictYAML::Location
- Reference
- Object
Defined in:
strict-yaml/node.crConstructors
Class Method Summary
Instance Method Summary
- #&(other : Location) : Location
- #end : Tuple(Int32, Int32)
- #end_at(line : Int32, column : Int32) : self
- #start : Tuple(Int32, Int32)
- #start_at(line : Int32, column : Int32) : self
Instance methods inherited from class Object
to_yaml(io : IO) : Nilto_yaml : String to_yaml
Class methods inherited from class Object
from_yaml(source : String)from_yaml(value : StrictYAML::Any) from_yaml