# File lib/rspec/core/example.rb, line 145
      def self.procsy(metadata, &proc)
        proc.extend(Procsy).with(metadata)
      end