# File lib/sinatra/cookies.rb, line 110 def delete(key) result = self[key] @response.delete_cookie(key.to_s, @options) result end