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