module Arel module AliasPredication def as other Nodes::As.new self, Nodes::SqlLiteral.new(other.to_s) end end end