Method: DLQuery#using_method
- Defined in:
- lib/datalanche/query.rb
#using_method(text) ⇒ Object
254 255 256 257 |
# File 'lib/datalanche/query.rb', line 254 def using_method(text) @params['using_method'] = text return self # method chaining end |