class Pod::Config::KVMapping(K, V)
- Pod::Config::KVMapping(K, V)
- Reference
- Object
Defined in:
pod/kv_mapping.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(tuples : Array(Tuple(K, V)))
- .new(parser : JSON::PullParser)
- .new
Instance Method Summary
- #[]=(k : K, v : V)
-
#dup
Returns a shallow copy of this object.
- #each(*args, **options)
- #each(*args, **options, &)
- #inspect(*args, **options)
- #inspect(*args, **options, &)
- #map(*args, **options)
- #map(*args, **options, &)
- #put_no_replace(k : K, v : V)
- #replace(k : K, v : V)
- #to_json(*args, **options)
- #to_json(*args, **options, &)
- #to_s(*args, **options)
- #to_s(*args, **options, &)
- #to_yaml(yaml : YAML::Nodes::Builder) : Nil
Constructor Detail
Instance Method Detail
def dup
#
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.