Skip to content
/ i-ify Public
forked from dhemmat/i-ify

A simple gem that converts all text to kidspeak using "I"s.

License

Notifications You must be signed in to change notification settings

gromney/i-ify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I-ify

I-ify is a very simple gem for converting regular text into kidspeak, substituting all vowels with "i"s.

This gem is actually just for playing around with, but if you find it useful please let me know! =)

Installation

Add this line to your application's Gemfile:

gem 'i-ify'

And then execute:

$ bundle

Or install it yourself as:

$ gem install i-ify

Usage

I_ify::i_ify("I want to go to the movies") => "I wint ti gi ti thi miviis"

Contributing

  1. Fork it ( http://github.com//i-ify/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 new Pull Request

About

A simple gem that converts all text to kidspeak using "I"s.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%