Go to file
muflax e6c7f81d9a support to_i 2013-07-28 17:16:04 +02:00
lib support to_i 2013-07-28 17:16:04 +02:00
test Initial commit to range_math. 2011-12-04 13:58:37 +01:00
.document Initial commit to range_math. 2011-12-04 13:58:37 +01:00
.gitignore Initial commit to range_math. 2011-12-04 13:58:37 +01:00
README Version bump to 0.0.0 2011-12-04 14:18:40 +01:00
Rakefile minimalistic gemspec 2012-04-29 23:58:04 +02:00
range_math.gemspec make properly commutative 2012-04-30 01:02:48 +02:00

README

Basic library to do math on ranges, i.e. (3..4) + 5 = (8..9) and so on.