method

quote

v6.1.3.1 - Show latest stable - Class: Arel::Visitors::Dot
quote(string)
private

No documentation available.

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