# File lib/sinatra/cookies.rb, line 80 def ==(other) other.respond_to? :to_hash and to_hash == other.to_hash end