Make sure calling each on this dataset will eagerly load the dataset.
# File lib/sequel/plugins/eager_each.rb, line 48 def eager(*) super.extend(EagerDatasetMethods) end
# File lib/sequel/plugins/eager_each.rb, line 53 def eager_graph(*) super.extend(EagerDatasetMethods) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.