# File lib/amqp_utils/message_formatter.rb, line 60 def load(io) msg = io.gets msg ? { 'message' => msg } : nil end