# File lib/pr_eventmachine.rb, line 621 621: def get_outbound_data_size 622: @outbound_q.inject(0) {|memo,obj| memo += (obj || "").length} 623: end