class Rack::ShowExceptions

def prefers_plaintext?(env)

def prefers_plaintext?(env)
  !accepts_html?(env)
end