aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/hash.rb
blob: 2aa7843e75e3a8396b1874395e1b9286eb81dc6a (plain) (blame)
1
2
3
4
5
6
$:.unshift(File.dirname(__FILE__))
require 'hash/keys'

class Hash
  include ActiveSupport::CoreExtensions::Hash::Keys
end