class RSpec::Core::Example::Procsy

def executed?

Indicates whether or not the around hook has executed the example.
def executed?
  @executed
end