Sha256: 02be023b1585a8236b8e7f4ffe8fe16947ef0bb82eaf6a5bc59fc24346771d97

Contents?: true

Size: 446 Bytes

Versions: 118

Compression:

Stored size: 446 Bytes

Contents

module Arel
  module Nodes
    class And < Arel::Nodes::Node
      attr_reader :children

      def initialize children, right = nil
        unless Array === children
          warn "(#{caller.first}) AND nodes should be created with a list"
          children = [children, right]
        end
        @children = children
      end

      def left
        children.first
      end

      def right
        children[1]
      end
    end
  end
end

Version data entries

118 entries across 100 versions & 14 rubygems

Version Path
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
rails-uploader-0.0.4 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
dirty_history-0.6.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/and.rb
challah-0.6.1 vendor/bundle/gems/arel-3.0.0/lib/arel/nodes/and.rb
challah-0.6.1 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/and.rb
dirty_history-0.5.4 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/and.rb
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
rails-uploader-0.0.1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
challah-0.6.0 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/and.rb
challah-0.6.0 vendor/bundle/gems/arel-3.0.0/lib/arel/nodes/and.rb
challah-0.5.4 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/and.rb
challah-0.5.4 vendor/bundle/gems/arel-3.0.0/lib/arel/nodes/and.rb
challah-0.5.3 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/and.rb
challah-0.5.3 vendor/bundle/gems/arel-3.0.0/lib/arel/nodes/and.rb
challah-0.5.2 vendor/bundle/gems/arel-3.0.0/lib/arel/nodes/and.rb
challah-0.5.2 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/and.rb
dirty_history-0.5.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/and.rb