Methods

Class Index [+]

Quicksearch

Arel::Nodes::Count

Attributes

distinct[RW]

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.