# File lib/Borges/RequestHandler/NotFoundHandler.rb, line 3 def handle_request_intern(req) return Borges::NotFoundResponse.new(req.path) end