class Hash

Public Instance Methods

keys=(keys) click to toggle source

TODO: for doc - this is usefull to fill an hash wich have a default proc

# File lib/r_kit/utility/hash_extend.rb, line 4
def keys= keys
  Array(keys).each &method(:[])
end