class RSpec::Core::Example::Procsy

def to_proc

executed.
Provides a wrapped proc that will update our `executed?` state when
def to_proc
  method(:call).to_proc
end