Skip to content

Instantly share code, notes, and snippets.

@colinpilloud
Created October 7, 2012 21:16
Show Gist options
  • Save colinpilloud/3849627 to your computer and use it in GitHub Desktop.
Save colinpilloud/3849627 to your computer and use it in GitHub Desktop.
Strip comments using gsub! and regex.
line.gsub!(/\/\/.*$/, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment