Skip to content

Releases: ConvincibleMedia/ruby-gem-hash_dial

1.0.2

09 Jan 00:51

Choose a tag to compare

Deprecated and replaced by KeyDial.

1.0.1

08 Jan 18:35

Choose a tag to compare

Added documentation to the gem, but otherwise functionally identical.

1.0.0

20 Dec 14:26

Choose a tag to compare

Avoid all errors when accessing (deeply nested) Hash keys. Safer than dig(), as will quietly return nil (or your default) if the keys requested are invalid for any reason at all. This gem is deprecated - use KeyDial instead, which does the same thing but works on Hashes, Arrays and Structs as well.