Class Hashish::Hash
In: lib/core_ext/hashish.rb
Parent: Object

Methods

Public Instance methods

[Source]

# File lib/core_ext/hashish.rb, line 139
  def with_indifferent_access
    hash = Hashish.new(self)
    hash.default = self.default
    hash
  end

[Validate]