Parent

Methods

Class Index [+]

Quicksearch

Mocha::MultipleYields

Attributes

parameter_groups[R]

Public Class Methods

new(*parameter_groups) click to toggle source
   # File lib/mocha/multiple_yields.rb, line 7
7:     def initialize(*parameter_groups)
8:       @parameter_groups = parameter_groups
9:     end

Public Instance Methods

each() click to toggle source
    # File lib/mocha/multiple_yields.rb, line 11
11:     def each
12:       @parameter_groups.each do |parameter_group|
13:         yield(parameter_group)
14:       end
15:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.