summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-ruby-app
blob: 69b015b787f68a260cb44e34bc9a3e0859b95550 (plain) (tree)
1
2
3
4
5
6
7






                                                                  
app = Proc.new do |env|
    ['200', {
        'Content-Type' => 'text/plain',
    }, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
end

run app