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