Object
# File sahi.rb, line 665 def Utils.quoted(s) return "\"" + s.gsub("\\", "\\\\").gsub("\"", "\\\"") + "\"" end