# File lib/mq.rb, line 735 def prefetch(size) send Protocol::Basic::Qos.new(:prefetch_size => 0, :prefetch_count => size, :global => false) end