struct StrictYAML::Any
- StrictYAML::Any
- Struct
- Value
- Object
Defined in:
strict-yaml/any.crConstructors
Instance Method Summary
- #==(*args, **options)
- #==(*args, **options, &)
- #===(*args, **options)
- #===(*args, **options, &)
- #as_a : Array(Any)
- #as_bool : Bool
- #as_h : Hash(Any, Any)
- #as_s : String
- #raw : Type
- #to_f32 : Float32
- #to_f64 : Float64
- #to_i128 : Int128
- #to_i128? : Int128 | Nil
- #to_i16 : Int16
- #to_i16? : Int16 | Nil
- #to_i32 : Int32
- #to_i32? : Int32 | Nil
- #to_i64 : Int64
- #to_i64? : Int64 | Nil
- #to_i8 : Int8
- #to_i8? : Int8 | Nil
- #to_s(*args, **options)
- #to_s(*args, **options, &)
- #to_u128 : UInt128
- #to_u128? : UInt128 | Nil
- #to_u16 : UInt16
- #to_u16? : UInt16 | Nil
- #to_u32 : UInt32
- #to_u32? : UInt32 | Nil
- #to_u64 : UInt64
- #to_u64? : UInt64 | Nil
- #to_u8 : UInt8
- #to_u8? : UInt8 | Nil
Instance methods inherited from class Object
to_yaml(io : IO) : Nilto_yaml : String to_yaml
Class methods inherited from class Object
from_yaml(source : String)from_yaml(value : StrictYAML::Any) from_yaml