Parent

Class/Module Index [+]

Quicksearch

Hash

Public Instance Methods

indifferent() click to toggle source
# File spec/setup.rb, line 65
def indifferent
  Hash.new { |hash,key| hash[key.to_s] if key.class == Symbol }.merge(self)
end
reverse_merge(other_hash) click to toggle source
# File lib/km.rb, line 7
def reverse_merge(other_hash)
  other_hash.merge(self)
end
reverse_merge!(other_hash) click to toggle source
# File lib/km.rb, line 10
def reverse_merge!(other_hash)
  replace(reverse_merge(other_hash))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.