Sha256: 226b32a01489d096204dc67bf0fdc83b9c31398f2704d36a29568d3a86f8e6cf
Contents?: true
Size: 194 Bytes
Versions: 25
Compression:
Stored size: 194 Bytes
Contents
class ActiveSupport::HashWithIndifferentAccess def ==(other) if other.respond_to? :with_indifferent_access super other.with_indifferent_access else super end end end
Version data entries
25 entries across 25 versions & 1 rubygems