# File lib/active_record/connection_adapters/db2_adapter.rb, line 90 def quote_string(string) string.gsub(/'/, "''") # ' (for ruby-mode) end