Array
# File lib/rspec/core/hooks.rb, line 113 def for(group) @group = group self end
# File lib/rspec/core/hooks.rb, line 118 def run shift.run(@group) until empty? end