aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/hash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/hash.rb')
-rw-r--r--activesupport/lib/core_ext/hash.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/lib/core_ext/hash.rb b/activesupport/lib/core_ext/hash.rb
index 2aa7843e75..94466053ec 100644
--- a/activesupport/lib/core_ext/hash.rb
+++ b/activesupport/lib/core_ext/hash.rb
@@ -1,5 +1,4 @@
-$:.unshift(File.dirname(__FILE__))
-require 'hash/keys'
+require File.dirname(__FILE__) + '/hash/keys'
class Hash
include ActiveSupport::CoreExtensions::Hash::Keys