7 8 9
# File 'lib/TCLib.rb', line 7 def strip_quotes gsub(/\A['"]+|['"]+\Z/, "").gsub("\\\\","\\") end