Sha256: 16303685ed7fc840ade61c8ed2df5cb2d5e15a12c97e14089536ee5fb52a7b69
Contents?: true
Size: 275 Bytes
Versions: 16
Compression:
Stored size: 275 Bytes
Contents
# typed: true require "active_support/hash_with_indifferent_access" class Hash def with_indifferent_access ActiveSupport::HashWithIndifferentAccess.new(self) end def nested_under_indifferent_access ActiveSupport::HashWithIndifferentAccess.new(self) end end
Version data entries
16 entries across 16 versions & 1 rubygems