Class Index [+]

Quicksearch

Sequel::Plugins::EagerEach::DatasetMethods

Public Instance Methods

eager(*) click to toggle source

Make sure calling each on this dataset will eagerly load the dataset.

    # File lib/sequel/plugins/eager_each.rb, line 48
48:         def eager(*)
49:           super.extend(EagerDatasetMethods)
50:         end
eager_graph(*) click to toggle source

Make sure calling each on this dataset will eagerly load the dataset.

    # File lib/sequel/plugins/eager_each.rb, line 53
53:         def eager_graph(*)
54:           super.extend(EagerDatasetMethods)
55:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.