RSpec::Core::Hooks::Hook
# File lib/rspec/core/hooks.rb, line 34 def display_name "after hook" end
# File lib/rspec/core/hooks.rb, line 30 def run(example) example.instance_eval_with_rescue("in an after hook", &block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.