# File lib/rubytorrent/package.rb, line 40
  def rss?(o)
    (first <= o.first) &&
      ((last > o.last) || (o.exclude_end? && (last == o.last)))
  end