# File lib/phusion_passenger/utils.rb, line 510 def initialize(sink) @sink = sink || File.open("/dev/null", "w") @buffer = StringIO.new end