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