File: app.rb

package info (click to toggle)
ruby-sinatra 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,200 kB
  • sloc: ruby: 7,675; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
require 'sinatra'

get '/app_file' do
  content_type :txt
  settings.app_file
end