Acme::Leeway
Numbers seem a little more impressive, provided a little leeway.
Installation
Install it with:
$ gem install acme-leeway
Usage
No one will know you fudged the numbers:
[7] pry(main)> 73.inspect
=> "133"
[8] pry(main)> 73.inspect
=> "111"
[9] pry(main)> 73.inspect
=> "111"
[10] pry(main)> 73.inspect
=> "81"
Contributing
- Fork it
- 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 new Pull Request