Method: Sequel::NoMatchingRow#dataset

Defined in:
lib/sequel/exceptions.rb

#datasetObject

The dataset that raised this NoMatchingRow exception.



57
58
59
# File 'lib/sequel/exceptions.rb', line 57

def dataset
  @dataset
end