// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rack-3.0.8
/
lib
/
rack
[ PARENT ]
EDIT :: file.rb
# frozen_string_literal: true require_relative 'files' module Rack warn "Rack::File is deprecated and will be removed in Rack 3.1", uplevel: 1 File = Files end
SAVE
CANCEL