sunbonizer
Installation
-
Add the dependency to your
shard.yml
:dependencies: sunbonizer: github: isaeviv/sunbonizer
-
Run
shards install
Usage
require "sunbonizer"
Sunbonizer.sunbonize("В тюрьму хочешь? Сядешь, соседи сдадут.")
# 'в==тюрьму х0чэшь? сядэшь,, с0сэди--сдадут'
Contributing
- Fork it (https://github.com/your-github-user/sunbonizer/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
Contributors
- isaeviv - creator and maintainer