# File lib/map.rb, line 426
def
delete
(
key
)
key
=
convert_key
(
key
)
keys
.
delete
(
key
)
super
(
key
)
end