Sha256: 185d29a1451ad79b1a769923ee160948f825a13d99b9f068bb4929d5c3b024a3

Contents?: true

Size: 415 Bytes

Versions: 116

Compression:

Stored size: 415 Bytes

Contents

module Arel
  module Nodes
    class Unary < Arel::Nodes::Node
      attr_accessor :expr
      alias :value :expr

      def initialize expr
        @expr = expr
      end
    end

    %w{
      Bin
      Group
      Grouping
      Having
      Limit
      Not
      Offset
      On
      Ordering
      Top
      Lock
      DistinctOn
    }.each do |name|
      const_set(name, Class.new(Unary))
    end
  end
end

Version data entries

116 entries across 98 versions & 14 rubygems

Version Path
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unary.rb
fc-webicons-0.0.1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unary.rb
active_mailer-0.0.5 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unary.rb
active_mailer-0.0.4 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unary.rb
active_mailer-0.0.3 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unary.rb
challah-0.9.1.beta.3 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
devise_sociable-0.1.0 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
challah-0.9.1.beta vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unary.rb
challah-0.9.0 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
dirty_history-0.7.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/unary.rb
dirty_history-0.7.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/unary.rb
dirty_history-0.7.1 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/unary.rb
challah-rolls-0.2.0 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
challah-0.8.3 vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/unary.rb
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/unary.rb
dirty_history-0.6.6 dirty_history/ruby/1.9.1/gems/arel-2.2.1/lib/arel/nodes/unary.rb