Skip to content

Instantly share code, notes, and snippets.

@micahalles
Created April 1, 2010 15:01
Show Gist options
  • Save micahalles/351899 to your computer and use it in GitHub Desktop.
Save micahalles/351899 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
puts ARGV.join(' ').gsub(/[-+{}\[\]\(\)]/,'').gsub(/\s+/,'_').downcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment