File: line.ru

package info (click to toggle)
ruby-rackup 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: ruby: 1,771; makefile: 4; javascript: 1
file content (3 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (5)
1
2
3
# frozen_string_literal: true

run lambda{ |env| [200, { 'content-type' => 'text/plain' }, [__LINE__.to_s]] }