# File lib/hashie/extensions/indifferent_access.rb, line 44 def self.inject!(hash) (class << hash; self; end).send :include, IndifferentAccess hash.convert! end