class method self.process!

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

self.process!(*args, &block)

Initialize and run the FastCGI instance, passing arguments through to new.

Parameters

args rest
block block
Source
# File railties/lib/fcgi_handler.rb, line 22
  def self.process!(*args, &block)
    new(*args, &block).process!
  end

Defined in railties/lib/fcgi_handler.rb line 22 · View on GitHub · Improve this page · Find usages on GitHub

Defined in RailsFCGIHandler

Type at least 2 characters to search.

↑↓ navigate · open · esc close