Module: SymbolizeKeys

Defined in:
lib/tpkg/metadata.rb

Overview

This is needed for backward compatibility We were using SymbolizeKeys rather than the HashWithIndifferentAccess class

Class Method Summary collapse

Class Method Details

.extended(hash) ⇒ Object



223
224
225
# File 'lib/tpkg/metadata.rb', line 223

def self.extended(hash)
  hash.extend(HashWithIndifferentAccess)
end