# File lib/rudy/aws.rb, line 20
20:     def escape!(str)
21:       str.to_s.tr!("[\0\n\r\032\\\\]", '').gsub!(/([\'\"])/, '\\1\\1')
22:     end