Initialize and run the FastCGI instance, passing arguments through to new.
# File fcgi_handler.rb, line 24 def self.process!(*args, &block) new(*args, &block).process! end
<code/>
<pre/>
<code/>and<pre/>for code samples.