Sha256: c4c62f5f75b62fdc354009844c9be359d4a5822095476bb3414f31dcfd678614

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

$: << File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'lib'))
$:.unshift(File.expand_path('.')) # Ruby 1.9 doesn't have . in the load path...

require 'rack/handler/mongrel2'
require 'app'

Rack::Handler::Mongrel2.run AsyncExample, :uuid => 'sinatra', :block => true
exit(0)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
em-rack-mongrel2-0.1.0 example/async_sinatra/config.ru