# File lib/moneta/couch.rb, line 20
    def key?(key)
      !self[key].nil?
    rescue RestClient::ResourceNotFound
      false
    end