Thin

Constants

HTTP_STATUS_CODES

Every standard HTTP code mapped to the appropriate message. Stolent from Mongrel.

NAME
SERVER
ROOT

Public Class Methods

linux?() click to toggle source
    # File lib/thin/version.rb, line 25
25:   def self.linux?
26:     RUBY_PLATFORM =~ /linux/
27:   end
ruby_18?() click to toggle source
    # File lib/thin/version.rb, line 29
29:   def self.ruby_18?
30:     RUBY_VERSION =~ /^1\.8/
31:   end
win?() click to toggle source
    # File lib/thin/version.rb, line 21
21:   def self.win?
22:     RUBY_PLATFORM =~ /mswin|mingw/
23:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.