aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/as.rb
blob: 9009fe12f4654945f91141029cca128ee823d817 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class As < Arel::Nodes::Binary
    end
  end
end