# File lib/postgres_ext/arel/4.1/predications.rb, line 5
    def contained_within(other)
      Nodes::ContainedWithin.new self, other
    end