class

StrictYAML::Boolean

Inherits StrictYAML::Node < Reference < Object

Constructors

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

Instance methods

==(other : Boolean) : Bool
Source
pretty_print(pp : PrettyPrint) : Nil

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.

Source
to_object
Source
value
Source
value=(value : Bool)
Source