PigLatinRb is a simple gem which is used to generate pig_latin for words passed to it.
Add this line to your application's Gemfile:
gem 'pig_latin_rb'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pig_latin_rb
You can generate pig latin from a ruby console or in application by doing:
PigLatinRb.pig_latin('your_word')
- Fork it ( https://github.com/[my-github-username]/pig_latin_rb/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