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
-
#pretty_print(pp : PrettyPrint) : Nil
Pretty prints
selfinto the given printer. - #start : Tuple(Int32, Int32)
- #start_at(line : Int32, column : Int32) : self
Instance methods inherited from class Object
to_strict_yaml(io : IO) : Nilto_strict_yaml : String to_strict_yaml
Class methods inherited from class Object
from_strict_yaml(source : String)from_strict_yaml(value : StrictYAML::Any) from_strict_yaml
Constructor Detail
Class Method Detail
Instance Method Detail
Description copied from class Object
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.