# File lib/phusion_passenger/message_channel.rb, line 286 def write_scalar(data) @io.write([data.size].pack('N') << data) @io.flush end