Open brianburridge opened 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.
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.