Sha256: 753189849953465bdb6b23b2c357c8fafb071fb7ec92bbf83d35889fbf2bdf65

Contents?: true

Size: 206 Bytes

Versions: 6

Compression:

Stored size: 206 Bytes

Contents

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

6 entries across 6 versions & 1 rubygems

Version Path
soaspec-0.2.8 lib/soaspec/indifferent_hash.rb
soaspec-0.2.7 lib/soaspec/indifferent_hash.rb
soaspec-0.2.5 lib/soaspec/indifferent_hash.rb
soaspec-0.2.4 lib/soaspec/indifferent_hash.rb
soaspec-0.2.3 lib/soaspec/indifferent_hash.rb
soaspec-0.2.2 lib/soaspec/indifferent_hash.rb