# File lib/moneta/adapters/cookie.rb, line 29 def clear(options = {}) @backend.each_key { |key| @cookies[key] = nil } super self end