rack.git  about / heads / tags
a modular Ruby webserver interface
blob 03a8e017c5b1ff8d50157cee0b3d47081c491cf8 110 bytes (raw)
$ git show chunk: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