lib/mpatch/hash.rb in mpatch-2.12.0 vs lib/mpatch/hash.rb in mpatch-2.12.1
- old
+ new
@@ -141,10 +141,10 @@
return nil if current_val[attr_name].nil?
current_val = current_val[attr_name]
end
return nil
end
- alias :fetch_by_keys :value_by_keys
+ alias :fetch_by :value_by_keys
end
end
\ No newline at end of file