Libraries
»
qreport
(0.1.0)
»
Index
»
Qreport
»
Connection
»
SQL
»
new
Method: Qreport::Connection::SQL.new
Defined in:
lib/qreport/connection.rb
.
new
(sql) ⇒
Object
178
# File 'lib/qreport/connection.rb', line 178
def
self
.
new
sql
;
self
===
sql
?
sql
:
super
;
end