class Sinatra::Request::AcceptEntry

def <=>(other)

def <=>(other)
  other.priority <=> self.priority
end