Top Level Namespace
Defined Under Namespace
Classes: SearchBuilder, Where
Instance Method Summary
collapse
Instance Method Details
#Where(*params, &block) ⇒ Object
213
214
215
|
# File 'lib/where.rb', line 213
def Where(*params, &block)
Where.new(*params, &block)
end
|