struct StrictYAML::Any

Defined in:

strict-yaml/any.cr

Constructors

Instance Method Summary

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(raw : Type) #

[View source]

Instance Method Detail

def ==(*args, **options) #

[View source]
def ==(*args, **options, &) #

[View source]
def ===(*args, **options) #

[View source]
def ===(*args, **options, &) #

[View source]
def as_a : Array(Any) #

[View source]
def as_bool : Bool #

[View source]
def as_h : Hash(Any, Any) #

[View source]
def as_s : String #

[View source]
def raw : Type #

[View source]
def to_f32 : Float32 #

[View source]
def to_f64 : Float64 #

[View source]
def to_i128 : Int128 #

[View source]
def to_i128? : Int128 | Nil #

[View source]
def to_i16 : Int16 #

[View source]
def to_i16? : Int16 | Nil #

[View source]
def to_i32 : Int32 #

[View source]
def to_i32? : Int32 | Nil #

[View source]
def to_i64 : Int64 #

[View source]
def to_i64? : Int64 | Nil #

[View source]
def to_i8 : Int8 #

[View source]
def to_i8? : Int8 | Nil #

[View source]
def to_s(*args, **options) #

[View source]
def to_s(*args, **options, &) #

[View source]
def to_u128 : UInt128 #

[View source]
def to_u128? : UInt128 | Nil #

[View source]
def to_u16 : UInt16 #

[View source]
def to_u16? : UInt16 | Nil #

[View source]
def to_u32 : UInt32 #

[View source]
def to_u32? : UInt32 | Nil #

[View source]
def to_u64 : UInt64 #

[View source]
def to_u64? : UInt64 | Nil #

[View source]
def to_u8 : UInt8 #

[View source]
def to_u8? : UInt8 | Nil #

[View source]