Skip to content

Instantly share code, notes, and snippets.

@st98
Last active August 29, 2015 14:15
Show Gist options
  • Save st98/c78e043236a5d241a24a to your computer and use it in GitHub Desktop.
Save st98/c78e043236a5d241a24a to your computer and use it in GitHub Desktop.
b = /b/
#####
/a#{b.source}c/.source # => 'a#{b.source}c'
///a#{b.source}c///.source # => 'abc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment