Sha256: cd83257b0e406e85ff801cf8f4ce11157f14e404bef3dcbaa9ea587362a06355

Contents?: true

Size: 178 Bytes

Versions: 6

Compression:

Stored size: 178 Bytes

Contents

module Arel
  module Nodes
    class ContainedWithin < Arel::Nodes::Binary
      def operator; :<< end
      alias :operand1 :left
      alias :operand2 :right
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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