class RSpec::Core::Example::Procsy

def initialize(example, &block)

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