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