# File lib/rspec/core/example.rb, line 89
      def self.procsy(metadata, &block)
        Proc.new(&block).extend(Procsy).with(metadata)
      end