Go to file
muflax d27e96eb27 Version bump to 0.0.0 2011-12-04 14:18:40 +01:00
lib Version bump to 0.0.0 2011-12-04 14:18:40 +01: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
Gemfile Initial commit to range_math. 2011-12-04 13:58:37 +01:00
Gemfile.lock Version bump to 0.0.0 2011-12-04 14:18:40 +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
README.rdoc Initial commit to range_math. 2011-12-04 13:58:37 +01:00
Rakefile Initial commit to range_math. 2011-12-04 13:58:37 +01:00
VERSION Version bump to 0.0.0 2011-12-04 14:18:40 +01:00

README

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