RSpec::Core::Hooks::BaseHookCollection
@private
# File lib/rspec/core/hooks.rb, line 438 def for(group) @group = group self end
# File lib/rspec/core/hooks.rb, line 443 def run hooks.shift.run(@group) until hooks.empty? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.