PigLatinRb

PigLatinRb is a simple gem which is used to generate pig_latin for words passed to it.

Installation

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

Usage

You can generate pig latin from a ruby console or in application by doing: PigLatinRb.pig_latin('your_word')

Contributing

  1. Fork it ( https://github.com/[my-github-username]/pig_latin_rb/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request