5 6 7
# File 'activerecord/lib/arel/expressions.rb', line 5 def count(distinct = false) Nodes::Count.new [self], distinct end