# File lib/moneta/datamapper.rb, line 93 def delete(key) repository_context { value = self[key] @hash.all(:the_key => key).destroy! value } end