Parent

Methods

Class Index [+]

Quicksearch

RSpec::Core::Hooks::GroupHookCollection

Public Instance Methods

for(group) click to toggle source
    # File lib/rspec/core/hooks.rb, line 68
68:         def for(group)
69:           @group = group
70:           self
71:         end
run() click to toggle source
    # File lib/rspec/core/hooks.rb, line 73
73:         def run
74:           shift.run(@group) until empty?
75:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.