class RSpec::Core::Hooks::GroupHookCollection

def run

def run
  hooks.shift.run(@group) until hooks.empty?
end