Method: Sequel::Mock::Dataset#with_fetch
- Defined in:
- lib/sequel/adapters/mock.rb
permalink #with_fetch(fetch) ⇒ Object
Return cloned dataset with the fetch setting modified
353 354 355 |
# File 'lib/sequel/adapters/mock.rb', line 353 def with_fetch(fetch) clone(:fetch=>fetch) end |