module Sinatra::Helpers

def not_found?

whether or not the status is set to 404
def not_found?
  status == 404
end