mutators
424 425 426 427 428
# File 'lib/map.rb', line 424 def delete(key) key = convert_key(key) keys.delete(key) super(key) end