Textmate Ruby Macro - Unquote Lines

Textmate Ruby Macro - Unquote Lines
#!/usr/bin/env ruby -wKU
STDIN.readlines.each {|e| print e.gsub(/"/,"") ;  }

#Set Save "Nothing"
#Set Input "Selected Text" or "Character"
# and
#Set Output "Replace Selected Text"

Comments

Popular posts from this blog

Vim vi how to reload a file your editing