Method: Sequel::Mock::Dataset#with_fetch

Defined in:
lib/sequel/adapters/mock.rb

#with_fetch(fetch) ⇒ Object

Return cloned dataset with the fetch setting modified

[View source]

353
354
355
# File 'lib/sequel/adapters/mock.rb', line 353

def with_fetch(fetch)
  clone(:fetch=>fetch)
end