Sha256: cfccbb542bb12fe9569262ae92c80aaf1a2ee23da609395df408e18169546d93
Contents?: true
Size: 267 Bytes
Versions: 70
Compression:
Stored size: 267 Bytes
Contents
# This rack app returns an invalid status code, which will cause # Rack::Lint to throw an exception if it is present. This # is used to check whether Rack::Lint is in the stack or not. run lambda {|env| return [42, {}, ["Rack::Lint wasn't there if you see this"]]}
Version data entries
70 entries across 70 versions & 8 rubygems