class Sinatra::Request::AcceptEntry

def respond_to?(*args)

def respond_to?(*args)
  super or to_str.respond_to?(*args)
end