Module RSpec::Core::Example::Procsy
In: lib/rspec/core/example.rb

@private

Methods

extended   with  

Attributes

metadata  [R] 

Public Class methods

@private @param [Proc] Adds a `run` method to the extended Proc, allowing it to be invoked in an [around](../Hooks#around-instance_method) hook using either `run` or `call`.

Public Instance methods

[Validate]