D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
arel-6.0.4
/
lib
/
arel
/
nodes
/
Filename :
count.rb
back
Copy
module Arel module Nodes class Count < Arel::Nodes::Function def initialize expr, distinct = false, aliaz = nil super(expr, aliaz) @distinct = distinct end end end end