module Arel::Predications

Public Instance Methods

contains(right) click to toggle source
# File lib/arel/azahara_postgres_exts.rb, line 3
def contains(right)
  Arel::Nodes::Contains.new(self, quoted_node(right))
end