class Rack::ShowExceptions

def accepts_html?(env)

def accepts_html?(env)
  Rack::Utils.best_q_match(env["HTTP_ACCEPT"], %w[text/html])
end