Methods

Class Index [+]

Quicksearch

Arel::Nodes::Count

Public Class Methods

new(expr, distinct = false, aliaz = nil) click to toggle source
   # File lib/arel/nodes/count.rb, line 4
4:       def initialize expr, distinct = false, aliaz = nil
5:         super(expr, aliaz)
6:         @distinct = distinct
7:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.