File: test.ru

package info (click to toggle)
ruby-rack 3.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,576 kB
  • sloc: ruby: 15,492; sh: 12; makefile: 7; javascript: 1
file content (5 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!../../bin/rackup
# frozen_string_literal: true

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