module Arel::Predications

def as other

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