Method: Sequel::NoMatchingRow#dataset

Defined in:
lib/sequel/exceptions.rb

#datasetObject

The dataset that raised this NoMatchingRow exception.



105
106
107
# File 'lib/sequel/exceptions.rb', line 105

def dataset
  @dataset
end