Object
# File lib/rspec/core/hooks.rb, line 9 def initialize(block, options) @block = block @options = options end
# File lib/rspec/core/hooks.rb, line 14 def options_apply?(example_or_group) example_or_group.all_apply?(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.