Skip to content

Instantly share code, notes, and snippets.

@ciaran
Created November 30, 2009 18:23
Show Gist options
  • Select an option

  • Save ciaran/245613 to your computer and use it in GitHub Desktop.

Select an option

Save ciaran/245613 to your computer and use it in GitHub Desktop.
raise "bad email" unless "foo@example.com" =~ /@(.*)/
return $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment