# File sipper/ruby_ext/pqueue.rb, line 149 def each_with_index # Not ordered. Use as self.each_with_index{|e,i| ... }. for i in 1..@size do; yield @qarray[i],i; end; end