Created
January 30, 2015 02:17
-
-
Save gabebw/2a609a306d8ecf76292c to your computer and use it in GitHub Desktop.
parse a yam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uses an algorithm originally developed by Gordon Fontenot: https://twitter.com/GFontenot/status/560984177672482817 | |
# Translated into Ruby by Gabe Berke-Williams, 2015 | |
Yam = String | |
class YamParser | |
def self.fromYam(yam) | |
"It's a fucking sweet potato" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment