Skip to content

spilth/ubyray

Repository files navigation

Build Status Code Climate Coverage Status

A Ruby library for translating English to Pig Latin.

This is also a project for practicing Ruby programming and getting familiar with a number of processes and tools used in the Ruby ecosystem, such as:

Installation

Add this line to your application's Gemfile:

gem 'ubyray'

And then execute:

$ bundle

Or install it manually with:

$ gem install ubyray

Usage

require 'ubyray'
word = 'Ruby'
translated = Ubyray.translate(word)
puts "The word '#{word}' in Pig Latin is '#{translated}'."

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Ubyray on...

About

Ruby Gem for Pig Latin Translation

Topics

Resources

License

Stars

Watchers

Forks

Languages