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