Sha256: 238e3f29de06f019f3bdc0a041defa380065e55069f473b3b63dcc2078f04f90
Contents?: true
Size: 294 Bytes
Versions: 13
Compression:
Stored size: 294 Bytes
Contents
#\-N --debug run(lambda do |env| case env['PATH_INFO'] when '/vars' b = "debug=#{$DEBUG.inspect}\n" \ "lint=#{caller.grep(%r{rack/lint\.rb})[0].split(':')[0]}\n" end h = { 'Content-Length' => b.size.to_s, 'Content-Type' => 'text/plain', } [ 200, h, [ b ] ] end)
Version data entries
13 entries across 13 versions & 1 rubygems