method
quoted_array
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
quoted_array(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 227
def quoted_array(others)
others.map { |v| quoted_node(v) }
end