rack.git  about / heads / tags
a modular Ruby webserver interface
blob 87c6c25431f90fa5a5128c14fcf178682be1509f 178 bytes (raw)
$ git show no-unicorn:test/unregistered_handler/rack/handler/unregistered_long_one.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 UnregisteredLongOne
    end
  end
end

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