Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created April 8, 2010 16:51
Show Gist options
  • Save tammersaleh/360274 to your computer and use it in GitHub Desktop.
Save tammersaleh/360274 to your computer and use it in GitHub Desktop.
ruby-1.8.7-p249 > "a" =~ / /
=> nil
ruby-1.8.7-p249 > " " =~ / /
=> 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment