File: test.ru

package info (click to toggle)
ruby-rackup 2.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ruby: 1,709; makefile: 4; javascript: 1
file content (5 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!../../bin/rackup
# frozen_string_literal: true

require '../test_request'
run Rack::Lint.new(TestRequest.new)