class Sinatra::Cookies::Jar

def set(key, options = {})

def set(key, options = {})
  @response.set_cookie key.to_s, @options.merge(options)
end