# File lib/picnic/postambles.rb, line 237 def fastcgi require 'camping/fastcgi' Dir.chdir('.') self.create Camping::FastCGI.start(self) end