Path: | lib/more/facets/stash.rb |
Last Update: | Fri Jul 03 06:08:21 +0000 2009 |
# File lib/more/facets/stash.rb, line 53 53: def merge!(other) 54: super(other.rekey(&:to_s)) 55: end
# File lib/more/facets/stash.rb, line 49 49: def update(other) 50: super(other.rekey(&:to_s)) 51: end