File: end.ru

package info (click to toggle)
ruby-rack 3.1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,068 kB
  • sloc: ruby: 15,131; sh: 12; makefile: 7; javascript: 1
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# frozen_string_literal: true

run lambda { |env| [200, { 'content-type' => 'text/plain' }, ['OK']] }
__END__
Should not be evaluated
Neither should
This