rack.git  about / heads / tags
a modular Ruby webserver interface
blob e98468cc6669fa05d1106ec6d5e5b09229e3ea74 171 bytes (raw)
$ git show no-unicorn:test/unregistered_handler/rack/handler/unregistered.rb	# shows this blob on the CLI

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

module Rack
  module Handler
    # this class doesn't do anything, we're just seeing if we get it.
    class Unregistered
    end
  end
end

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