MergedConfig now contains Mashes. If you call .to_h on a mash it
returns the keys as strings. There is the .symbolize_keys method but
it is obsfucated by the MergedConfig. So instead I introduced a method
to handle recursively making the keys symbols.
MergedConfig now contains Mashes. If you call
.to_h
on a mash it returns the keys as strings. There is the.symbolize_keys
method but it is obsfucated by the MergedConfig. So instead I introduced a method to handle recursively making the keys symbols.