Class/Module Index [+]

Quicksearch

RSpec::Core::Hooks::HookExtension

Attributes

options[R]

Public Instance Methods

options_apply?(example_or_group) click to toggle source
# File lib/rspec/core/hooks.rb, line 14
def options_apply?(example_or_group)
  example_or_group.all_apply?(options)
end
with(options) click to toggle source
# File lib/rspec/core/hooks.rb, line 9
def with(options)
  @options = options
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.