class RSpec::Core::Example::Procsy

def initialize(metadata, &block)

def initialize(metadata, &block)
  @metadata = metadata
  @proc = block
end