Sha256: 6aca976b404f81a8fcb611eee63c6d7fb999806554877841f04dcbd79a11cd4c

Contents?: true

Size: 327 Bytes

Versions: 42

Compression:

Stored size: 327 Bytes

Contents

require 'active_support/hash_with_indifferent_access'

class Hash

  # Returns an +ActiveSupport::HashWithIndifferentAccess+ out of its receiver:
  #
  #   {:a => 1}.with_indifferent_access["a"] # => 1
  #
  def with_indifferent_access
    ActiveSupport::HashWithIndifferentAccess.new_from_hash_copying_default(self)
  end
end

Version data entries

42 entries across 42 versions & 3 rubygems

Version Path
social_url_stats-0.0.1 vendor/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.20 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.19 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.18 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.17 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.16 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.15 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.14 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.13 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.13.rc1 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.12 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.12.rc1 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.11 lib/active_support/core_ext/hash/indifferent_access.rb
messagebus_ruby_api-0.4.7 spec/ruby/1.9.1/gems/activesupport-3.0.9/lib/active_support/core_ext/hash/indifferent_access.rb
messagebus_ruby_api-0.4.4 spec/ruby/1.9.1/gems/activesupport-3.0.9/lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.10 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.10.rc1 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.9 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.9.rc5 lib/active_support/core_ext/hash/indifferent_access.rb
activesupport-3.0.9.rc4 lib/active_support/core_ext/hash/indifferent_access.rb