Module: Arel::Predications

Included in:
Nodes::InfixOperation, Nodes::NamedFunction
Defined in:
lib/squeel/adapters/active_record/3.0/compat.rb

Instance Method Summary collapse

Instance Method Details

#as(other) ⇒ Object



138
139
140
# File 'lib/squeel/adapters/active_record/3.0/compat.rb', line 138

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