Skip to content

Instantly share code, notes, and snippets.

Created December 14, 2012 22:57
Show Gist options
  • Save anonymous/29e68b24577543f05c80 to your computer and use it in GitHub Desktop.
Save anonymous/29e68b24577543f05c80 to your computer and use it in GitHub Desktop.
def translate(word)
word + "ay" unless word.scan(/[aeiou]/).empty?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment