# File lib/mocha/multiple_yields.rb, line 9 def each @parameter_groups.each do |parameter_group| yield(parameter_group) end end