rack.git  about / heads / tags
a modular Ruby webserver interface
blob 21b6051676cb8ffe2cf2a3bb1e226accb30ae634 159 bytes (raw)
$ git show no-unicorn:test/registering_handler/rack/handler/registering_myself.rb	# shows this blob on the CLI

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

module Rack
  module Handler
    class RegisteringMyself
    end

    register :registering_myself, RegisteringMyself
  end
end

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