# File lib/rubytorrent/package.rb, line 70
  def rcont?(o)
    (first == o.last) || (last == o.first) || (rint(o) != nil)
  end