Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created October 11, 2013 15:43
Show Gist options
  • Select an option

  • Save manleyhimself/6937023 to your computer and use it in GitHub Desktop.

Select an option

Save manleyhimself/6937023 to your computer and use it in GitHub Desktop.
def is_a_vowel?(v)
'aeiou'.include?(v)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment