module Rack::Response::Helpers

def not_found?; status == 404; end

def not_found?;           status == 404;                        end