Skip to content

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

License

Notifications You must be signed in to change notification settings

xhagrg/pig_latin_rb

Repository files navigation

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:/[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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages