Object
# File lib/mocha/multiple_yields.rb, line 7 7: def initialize(*parameter_groups) 8: @parameter_groups = parameter_groups 9: end
# 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.