rack.git  about / heads / tags
a modular Ruby webserver interface
blob 894ba5d017927d96c19dcbeb82aa70711e82cce0 115 bytes (raw)
$ git show no-unicorn:test/builder/comment.ru	# shows this blob on the CLI

1
2
3
4
5
6
 
# frozen_string_literal: true

=begin

=end
run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, ['OK']] }

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