quote(string)
No documentation available.
# File activerecord/lib/arel/visitors/dot.rb, line 278 def quote(string) string.to_s.gsub('"', '\"') end