Sha256: 80e081462a6e2f86b36fd3bb2ae38f8c9a5dce75151717659da495ad7711db80
Contents?: true
Size: 238 Bytes
Versions: 13
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true require 'hashie' # Hash that allows accessing hash with either string or Hash class IndifferentHash < Hash include Hashie::Extensions::MergeInitializer include Hashie::Extensions::IndifferentAccess end
Version data entries
13 entries across 13 versions & 2 rubygems