Skip to content

Instantly share code, notes, and snippets.

@stomatocode
Created March 29, 2013 20:47
Show Gist options
  • Save stomatocode/5273536 to your computer and use it in GitHub Desktop.
Save stomatocode/5273536 to your computer and use it in GitHub Desktop.
def welcome(string)
if (string.match("CA"))
puts "Welcome to California"
else
puts "You should move to California"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment