lib/configurable/indifferent_access.rb in configurable-0.5.0 vs lib/configurable/indifferent_access.rb in configurable-0.6.0

- old
+ new

@@ -5,10 +5,10 @@ # a Hash. # # Note that the indifference produced by this module is very thin indeed. # Strings may still be used as keys through store/fetch, and # existing string keys are not changed in any way. Nonetheless, - # these methods are sufficient for Configurable and DelegateHash. + # these methods are sufficient for Configurable and ConfigHash. module IndifferentAccess # Symbolizes string keys and calls super. def [](key) super(convert(key)) \ No newline at end of file