# File lib/arel/predications.rb, line 3
    def as other
      Nodes::As.new self, other
    end