# File lib/cgikit/application.rb, line 381 def parse_request_handler_key( request ) key = nil if info = request.request_handler_path then info = info.reverse.chop.reverse separated = info.split('/') key = separated.first end key end