module Rack::Response::Helpers

def not_acceptable?; status == 406; end

def not_acceptable?;      status == 406;                        end