# File lib/fcgi.rb, line 267 def stdin StringIO.new(@stdins.inject('') {|buf, rec| buf << rec.flagment }) end