Stacker::Value
Value represents an object inside the Stacker runtime.
It wraps a Crystal value in #raw and defines methods to access properties of the wrapped value while being agnostic about the actual type of the wrapped raw value.
Constructors
new
SourceClass methods
deep_merge!(hash, other_hash)
Recursively merge two Stacker::Value object.
It merges other_hash in hash and returns the modified hash.
Instance methods
deep_merge!(other)
Sourcedelete(*args, **options)
Sourcedelete(*args, **options, &)
Sourceeach(*args, **options)
Sourceeach(*args, **options, &)
Sourceraw
Sourceto_json(*args, **options)
Sourceto_json(*args, **options, &)
Sourceto_yaml(*args, **options)
Sourceto_yaml(*args, **options, &)
Source