Class RubyTorrent::AwesomeRange
In: lib/rubytorrent/package.rb
Parent: Range

Range plus a lot of utility methods

Methods

new   rcont?   rdiff   rint   rss?   runion  

Public Class methods

Public Instance methods

range continuity

range difference. returns an array of 0, 1 or 2 ranges.

range intersection

range super-set: does this range encompass ‘o’?

range union: only valid for continuous ranges

[Validate]