struct YAML::Any

Defined in:

crystal_on_steroids/yaml/any.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

blank? blank?, dig(index, *keys)
dig
dig
, in?(another_object) in?, presence presence, presence_in(another_object) presence_in, present? present?, to_param to_param, to_query(key) to_query

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]
def reduce(memo = nil, &) #

Performs a reduce over a YAML::Any, it checks if it's an Array or Hash, raises an error otherwise.


[View source]