# File lib/jdbc_adapter/jdbc_informix.rb, line 107 def quote_string(string) string.gsub(/\'/, "''") end