class RSpec::Core::Example

def self.procsy(metadata, &block)

def self.procsy(metadata, &block)
  Proc.new(&block).extend(Procsy).with(metadata)
end