Skip to content

Instantly share code, notes, and snippets.

@tarynsauer
Created June 30, 2013 00:58
Show Gist options
  • Save tarynsauer/5893328 to your computer and use it in GitHub Desktop.
Save tarynsauer/5893328 to your computer and use it in GitHub Desktop.
Detecting simple substrings
def welcome(address)
address.include?("CA") ? "Welcome to California" : "You should move to California"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment