module Arel::AliasPredication

def as(other)

def as(other)
  Nodes::As.new self, Nodes::SqlLiteral.new(other)
end