class RSpec::Core::MemoizedHelpers::AllHookMemoizedHash::After

def article

def article
  "an"
end

def hook_expression

def hook_expression
  "`after(:all)`"
end

def hook_intention

def hook_intention
  "cleanup state that is shared across examples in an example group"
end