class StrictYAML::DocumentStart

Defined in:

strict-yaml/node.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from class StrictYAML::Node

==(other : Node) : Bool ==, comments : Array(Comment) comments, loc : Location loc, loc=(loc : Location) loc=, to_object : Any::Type to_object

Constructor methods inherited from class StrictYAML::Node

new(loc : Location, comments : Array(Comment) = [] of Comment) new

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

Class Method Detail

def self.empty #

[View source]

Instance Method Detail

def ==(other : DocumentStart) : Bool #

[View source]
def to_object : Any::Type #

[View source]