Method: Hash#with_indifferent_access

Defined in:
lib/framework/indifferent_access.rb

#with_indifferent_accessObject



127
128
129
130
131
# File 'lib/framework/indifferent_access.rb', line 127

def with_indifferent_access
  hash = HashWithIndifferentAccess.new(self)
  hash.default = self.default
  hash
end