Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/TCLib.rb
Instance Method Summary collapse
Instance Method Details
#strip_quotes ⇒ Object
7 8 9 |
# File 'lib/TCLib.rb', line 7 def strip_quotes gsub(/\A['"]+|['"]+\Z/, "").gsub("\\\\","\\") end |