rack.git  about / heads / tags
a modular Ruby webserver interface
blob 85d5be72f09bb12ae47e4f402340294eb12f7f76 151 bytes (raw)
$ git show no-unicorn:lib/rack/file.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
# frozen_string_literal: true

require 'rack/files'

module Rack
  warn "Rack::File is deprecated, please use Rack::Files instead."
  File = Files
end

git clone https://yhbt.net/rack.git