Skip to content

Instantly share code, notes, and snippets.

@gabebw
Created January 30, 2015 02:17
Show Gist options
  • Save gabebw/2a609a306d8ecf76292c to your computer and use it in GitHub Desktop.
Save gabebw/2a609a306d8ecf76292c to your computer and use it in GitHub Desktop.
parse a yam
# 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