IceT
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'ice_t'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ice_t
Usage
TODO: Write usage instructions here
Tipps
### Sorting rules:
[r2,r1,r3].sort.collect(&:interval)
### Comparing comparing:
daily(1) < daily(2)
r2.between?(r1, r3)

