hash = Hash.new('unknown key') hash[666] = 'devil' hash[777] # => 'unknown key' hash[666] # => 'devil'