Current Path : /proc/thread-self/root/opt/alt/ruby25/lib64/ruby/gems/2.5.0/gems/rack-3.0.8/lib/rack/ |
Current File : //proc/thread-self/root/opt/alt/ruby25/lib64/ruby/gems/2.5.0/gems/rack-3.0.8/lib/rack/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