class StrictYAML::Comment

Defined in:

strict-yaml/node.cr

Constructors

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

Constructor Detail

def self.new(loc : Location, value : String) #

[View source]
def self.new(value : String) #

[View source]

Instance Method Detail

def ==(other : Comment) : Bool #

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

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]