Method: Sequel::NoMatchingRow#dataset
- Defined in:
- lib/sequel/exceptions.rb
#dataset ⇒ Object
The dataset that raised this NoMatchingRow exception.
105 106 107 |
# File 'lib/sequel/exceptions.rb', line 105 def dataset @dataset end |
The dataset that raised this NoMatchingRow exception.
105 106 107 |
# File 'lib/sequel/exceptions.rb', line 105 def dataset @dataset end |