Every standard HTTP code mapped to the appropriate message. Stolent from Mongrel.
# File lib/thin/version.rb, line 25 25: def self.linux? 26: RUBY_PLATFORM =~ /linux/ 27: end
# File lib/thin/version.rb, line 29 29: def self.ruby_18? 30: RUBY_VERSION =~ /^1\.8/ 31: end
# 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.