Parent

Hash

Public Instance Methods

with_indifferent_access() click to toggle source
# File lib/core_ext/hashish.rb, line 135
def with_indifferent_access
  hash = Hashish.new(self)
  hash.default = self.default
  hash
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.