fetch hash keys which we expect to exist

Authored by sitter on Feb 21 2019, 1:52 PM.

Description

fetch hash keys which we expect to exist

otherwise obscure errors can arise where objects are nil at a later point
when we didn't expect them to be.
specifically fetch will raise an exception if a key does not exist and
no default value was provided

Details

Committed
sitterFeb 22 2019, 10:55 AM
Parents
R577:c4279c81f326: simplify and break apart overly complicated ternary conditions
Branches
Unknown
Tags
Unknown