# File lib/sdb/right_sdb_interface.rb, line 148 def escape(value) %Q{'#{value.to_s.gsub(/(['\\])/){ "\\#{$1}" }}'} if value end