[Source]
# File lib/core_ext/hashish.rb, line 135 def with_indifferent_access hash = Hashish.new(self) hash.default = self.default hash end
[Validate]