aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-07-02 23:28:56 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-07-02 23:32:38 -0300
commit01f0c3f308542afa8fa262638d94d10420bd2e78 (patch)
tree04aea74d8c3451b63bb1ec8a0a697cdbf892e681 /activesupport/lib/active_support/core_ext/hash.rb
parentb296edd2d89623f97218fd1693b7a188b01e2171 (diff)
downloadrails-01f0c3f308542afa8fa262638d94d10420bd2e78.tar.gz
rails-01f0c3f308542afa8fa262638d94d10420bd2e78.tar.bz2
rails-01f0c3f308542afa8fa262638d94d10420bd2e78.zip
Remove deprecated Hash#diff with no replacement.
If you're using it to compare hashes for the purpose of testing, please use MiniTest's assert_equal instead.
Diffstat (limited to 'activesupport/lib/active_support/core_ext/hash.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/hash.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash.rb b/activesupport/lib/active_support/core_ext/hash.rb
index 501483498d..686f12c6da 100644
--- a/activesupport/lib/active_support/core_ext/hash.rb
+++ b/activesupport/lib/active_support/core_ext/hash.rb
@@ -1,6 +1,5 @@
require 'active_support/core_ext/hash/conversions'
require 'active_support/core_ext/hash/deep_merge'
-require 'active_support/core_ext/hash/diff'
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/hash/keys'