@private
@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`.
# File lib/rspec/core/example.rb, line 125 def self.extended(object) def object.run; call; end end
Generated with the Darkfish Rdoc Generator 2.