# File lib/authlogic/controller_adapters/sinatra_adapter.rb, line 13 def delete(key, options = {}) @response.delete_cookie(key, options) end