Flowdock
method

nph?

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: CGI
nph?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/cgi/core.rb, line 263
  def nph?  #:nodoc:
    return /IIS\/(\d+)/.match($CGI_ENV['SERVER_SOFTWARE']) && $1.to_i < 5
  end
Register or log in to add new notes.