Arel::Nodes::Function
# File lib/arel/nodes/count.rb, line 4 def initialize expr, distinct = false, aliaz = nil super(expr, aliaz) @distinct = distinct end
[Validate]
Generated with the Darkfish Rdoc Generator 2.