Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created January 8, 2009 11:35
Show Gist options
  • Select an option

  • Save samaaron/44691 to your computer and use it in GitHub Desktop.

Select an option

Save samaaron/44691 to your computer and use it in GitHub Desktop.
match = '(?x)
(
\.\.\. | # "..."
\.\. | # ".."
=> | # "=>"
=>> | # "=>>"
#
\+\+ # "++"
)';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment