# File lib/phusion_passenger/message_channel.rb, line 88 def initialize(io = nil) @io = io # Make it binary just in case. @io.binmode if @io end