Sha256: 0125e5e3eef6ab29dbf3a7edab24d2ff1609fb70a36173fdbd164aef387ef915

Contents?: true

Size: 155 Bytes

Versions: 5

Compression:

Stored size: 155 Bytes

Contents

module Torque
  module PostgreSQL
    module Arel
      class Using < ::Arel::Nodes::Unary
      end

      ::Arel::Nodes::Using = Using
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
torque-postgresql-0.2.5 lib/torque/postgresql/arel/using.rb
torque-postgresql-0.2.4 lib/torque/postgresql/arel/using.rb
torque-postgresql-0.2.3 lib/torque/postgresql/arel/using.rb
torque-postgresql-0.2.2 lib/torque/postgresql/arel/using.rb
torque-postgresql-0.2.1 lib/torque/postgresql/arel/using.rb