# File lib/rubytorrent/tracker.rb, line 21
  def +(o)
    ret = self.dup
    o.each { |k, v| ret[k] = v }
    ret
  end