module Hashie::Extensions::IndifferentAccess

def self.inject(hash)

provided. See #inject!
Injects indifferent access into a duplicate of the hash
def self.inject(hash)
  inject!(hash.dup)
end