Sha256: 785408a58875d8cac41fc11fd13726df20637404e12a6ef8171adf61a4d06b28

Contents?: true

Size: 499 Bytes

Versions: 56

Compression:

Stored size: 499 Bytes

Contents

%w(keys indifferent_access reverse_merge conversions diff slice).each do |ext|
  require "#{File.dirname(__FILE__)}/hash/#{ext}"
end

class Hash #:nodoc:
  include ActiveSupport::CoreExtensions::Hash::Keys
  include ActiveSupport::CoreExtensions::Hash::IndifferentAccess
  include ActiveSupport::CoreExtensions::Hash::ReverseMerge
  include ActiveSupport::CoreExtensions::Hash::Conversions
  include ActiveSupport::CoreExtensions::Hash::Diff
  include ActiveSupport::CoreExtensions::Hash::Slice
end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
backlog-0.0.0 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.0.1 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.0.2 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.0.5 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.0.4 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.1.0 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.1.1 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.1.2 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.2.0 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.2.1 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.0 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.3 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.1 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.2 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.4 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.5 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.6 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.8 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.7 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb
backlog-0.3.9 vendor/rails/activesupport/lib/active_support/core_ext/hash.rb