# File lib/sidekiq/limit_fetch/queues.rb, line 56
  def weighted_order!
    def ordered_queues; @queues.shuffle.uniq end
  end