# File lib/rubytorrent/tracker.rb, line 31
  def uniq2
    ret = []
    each { |x| ret.push x unless ret.member? x }
    ret
  end