Go to file
muflax 67e7d16b19 better range+range behavior, cleaner code 2012-04-30 00:09:22 +02:00
lib better range+range behavior, cleaner code 2012-04-30 00:09:22 +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
LICENSE.txt 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 minimalistic gemspec 2012-04-29 23:58:04 +02:00

README

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