module RSpec::Core::Example::Procsy

def self.extended(proc)

Parameters:
  • (Proc) --

Other tags:
    Api: - private
def self.extended(proc)
  # @api public
  # Foo bar
  def proc.run; call; end
end