# File lib/multimap.rb, line 75
def
initialize
(
default
= [])
@hash
=
Hash
.
new
(
default
)
end