Object
(Not documented)
# File lib/rack/handler/thin.rb, line 8 8: def self.run(app, options={}) 9: app = Rack::Chunked.new(Rack::ContentLength.new(app)) 10: server = ::Thin::Server.new(options[:Host] || '0.0.0.0', 11: options[:Port] || 8080, 12: app) 13: yield server if block_given? 14: server.start 15: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.