1.6.0
New features:
Config#fail_on_missing
option (defaultfalse
) to raise aKeyError
exception when accessing a non-existing key- Add ability to test if a value was set for a given key with
key?
andhas_key?
New features:
Config#fail_on_missing
option (default false
) to raise a KeyError
exception when accessing a non-existing keykey?
and has_key?