Methods

Files

Class/Module Index [+]

Quicksearch

Sequel::GraphEach

Public Instance Methods

each() click to toggle source

Call graph_each for graphed datasets that are not being eager graphed.

# File lib/sequel/extensions/graph_each.rb, line 22
def each
  if @opts[:graph] && !@opts[:eager_graph]
    graph_each{|r| yield r}
  else
    super
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.