# File lib/raindrops/aggregate/pmq.rb, line 238
  def each_nonzero; aggregate.each_nonzero { |*args| yield(*args) }; end