Arel::Nodes::Node
# File lib/arel/nodes/function.rb, line 7 7: def initialize expr, aliaz = nil 8: @expressions = expr 9: @alias = aliaz 10: end
# File lib/arel/nodes/function.rb, line 12 12: def as aliaz 13: self.alias = SqlLiteral.new(aliaz) 14: self 15: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.