Project

ubyray

0.0
No release in over 3 years
Low commit activity in last 3 years
This is a project for practicing Ruby programming, using RSpec, Travis CI and related tools.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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...