# File lib/moneta/lmc.rb, line 42
      def delete(key)
        value = @hash[key]
        @hash.delete(key)
        value
      end