View Problem

Remove an entry from a map

Given a map pets {joe:cat,mary:turtle,bill:canary} remove the mapping for "bill" and print "canary"
ExpandDiskEdit
ruby
puts map.delete :bill

Submit a new solution for ruby
There are 23 other solutions in additional languages (clojure, cpp, erlang, fantom ...)