module RSpec::Core::Hooks::HookExtension
def options_apply?(example_or_group)
def options_apply?(example_or_group) example_or_group.all_apply?(options) end
def with(options)
def with(options) @options = options self end
def options_apply?(example_or_group) example_or_group.all_apply?(options) end
def with(options) @options = options self end