ejmellish / Homework

Ruby on rails homework
0 stars 0 forks source link

Extending String with PigLatin #20

Open brianburridge opened 9 years ago

brianburridge commented 9 years ago

This is assignment 19 and is due on Feb 04, 2015.

Extend Ruby's String class to have a "pigatize" method that will turn any string into pig latin.

Should use the same code you wrote before, but now you are extending the String class and putting the functionality in there.