PigLatinTranslate
Pig Latin is a made-up children's language that's intended to be confusing. It obeys a few simple rules (below) but when it's spoken quickly it's really difficult for non-children (and non-native speakers) to understand.
Rule 1: If a word begins with a vowel sound, add an "ay" sound to the end of the word.
Rule 2: If a word begins with a consonant sound, move it to the end of the word, and then add an "ay" sound to the end of the word.
See http://en.wikipedia.org/wiki/Pig_latin for more details.
Installation
Add this line to your application's Gemfile:
gem 'pig_latin_translate'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pig_latin_translate
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/pig_latin_translate/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