Sha256: 43d2a5601e67469c67cdfe7e972aa4341fb6becce474cd98e996d45ffa768428

Contents?: true

Size: 157 Bytes

Versions: 6

Compression:

Stored size: 157 Bytes

Contents

require 'arel/predications'

module Arel
  module Predications
    def contained_within other
      Nodes::ContainedWithin.new self, other
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
postgres_ext-0.0.6 lib/postgres_ext/arel/predications.rb
postgres_ext-0.0.5 lib/postgres_ext/arel/predications.rb
postgres_ext-0.0.4 lib/postgres_ext/arel/predications.rb
postgres_ext-0.0.3 lib/postgres_ext/arel/predications.rb
postgres_ext-0.0.2 lib/postgres_ext/arel/predications.rb
postgres_ext-0.0.1 lib/postgres_ext/arel/predications.rb