class Sinatra::Cookies::Jar

def sort(&block)

def sort(&block)
  to_hash.sort(&block)
end