aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/hash.rb
blob: 94466053ecbef2e90d2822c09b23cedb905a4089 (plain) (blame)
1
2
3
4
5
require File.dirname(__FILE__) + '/hash/keys'

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