method

quoted_array

quoted_array(others)
private

No documentation available.

# File activerecord/lib/arel/predications.rb, line 241
      def quoted_array(others)
        others.map { |v| quoted_node(v) }
      end