Parent

Methods

Included Modules

Files

Class/Module Index [+]

Quicksearch

Chef::ChefFS::Parallelizer::FlattenEnumerable

Attributes

enum[R]
levels[R]

Public Class Methods

new(enum, levels = nil) click to toggle source
# File lib/chef/chef_fs/parallelizer/flatten_enumerable.rb, line 7
def initialize(enum, levels = nil)
  @enum = enum
  @levels = levels
end

Public Instance Methods

each(&block) click to toggle source
# File lib/chef/chef_fs/parallelizer/flatten_enumerable.rb, line 15
def each(&block)
  enum.each do |value|
    flatten(value, levels, &block)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.