module Arel::AliasPredication
Public Instance Methods
as(other)
click to toggle source
# File lib/arel/alias_predication.rb, line 3 def as other Nodes::As.new self, Nodes::SqlLiteral.new(other) end