This gem purpose is to act as a calculator for base26 integer represent by character a = 0, b = 1, ..., z = 25, ba = 26
Clone this repository and run
$ bundle install
You can use the calculator with this command
$ bundle exec bin/alphabet_calc "(z+b)/(ba*b)"
- Fork it ( https://github.com/icmpecho/alphabet_calc/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request