Sha256: 00876f967e98a1b04b62b88702dcd56b7fa40550feb205a9fff4e67a18b801fd

Contents?: true

Size: 165 Bytes

Versions: 10

Compression:

Stored size: 165 Bytes

Contents

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

      def initialize expr
        @expr = expr
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
arel-2.0.10 lib/arel/nodes/unary.rb
square-arel-2.0.9.20110222133018 lib/arel/nodes/unary.rb
arel-2.0.9 lib/arel/nodes/unary.rb
arel-2.0.9.rc1 lib/arel/nodes/unary.rb
arel-2.0.8 lib/arel/nodes/unary.rb
arel-2.0.8.beta.20110131120940 lib/arel/nodes/unary.rb
arel-2.0.7 lib/arel/nodes/unary.rb
arel-2.0.7.beta.20110110114925 lib/arel/nodes/unary.rb
arel-2.0.6 lib/arel/nodes/unary.rb
arel-2.0.5 lib/arel/nodes/unary.rb