# File lib/moped/connection.rb, line 151 def receive_replies(operations) operations.map do |operation| operation.receive_replies(self) end end