Method: Sequel::Mock::Dataset#with_numrows

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

#with_numrows(numrows) ⇒ Object

Return cloned dataset with the numrows setting modified



358
359
360
# File 'lib/sequel/adapters/mock.rb', line 358

def with_numrows(numrows)
  clone(:numrows=>numrows)
end