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

1
2
3
 
# frozen_string_literal: true

run lambda{ |env| [200, { 'Content-Type' => 'text/plain' }, [__LINE__.to_s]] }

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