Skip to content

Instantly share code, notes, and snippets.

@kjlape
Last active May 17, 2016 00:45
Show Gist options
  • Select an option

  • Save kjlape/8cf8638701428d4994c0b8c27bcc1bca to your computer and use it in GitHub Desktop.

Select an option

Save kjlape/8cf8638701428d4994c0b8c27bcc1bca to your computer and use it in GitHub Desktop.
Finds your inderpolations... 🤦
finder = /"#\{([^}]+)\}"/
'"#{derp}"'.gsub finder, '\1' #=> derp
# EL FIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment