class Sinatra::Request::AcceptEntry

def method_missing(*args, &block)

def method_missing(*args, &block)
  to_str.send(*args, &block)
end