Class/Module Index [+]

Quicksearch

RSpec::Core::Hooks::BeforeHooks

Public Instance Methods

run_all(example_group_instance) click to toggle source
# File lib/rspec/core/hooks.rb, line 69
def run_all(example_group_instance)
  each {|h| h.run_in(example_group_instance) } unless empty?
end
run_all!(example_group_instance) click to toggle source
# File lib/rspec/core/hooks.rb, line 73
def run_all!(example_group_instance)
  shift.run_in(example_group_instance) until empty?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.