aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/core_ext/hash.rb
blob: a5c53db1e02bd57f368fbadda48d16c698e0cf43 (plain) (tree)
1
2
3
4
5
                                             
 
                   

                                                   
require File.dirname(__FILE__) + '/hash/keys'

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