Class: RSpec::Core::MemoizedHelpers::ContextHookMemoized::After Private
    Do not use.  This class is for internal use only.
  
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| 
         Class Chain: 
        
       | 
    |
| 
         Instance Chain: 
        
       | 
    |
| Inherits: | 
        RSpec::Core::MemoizedHelpers::ContextHookMemoized
        
  | 
    
| Defined in: | rspec-core/lib/rspec/core/memoized_helpers.rb | 
Class Method Summary
- .article Internal use only
 - .hook_expression Internal use only
 - .hook_intention Internal use only
 
::RSpec::Core::MemoizedHelpers::ContextHookMemoized - Inherited
Class Method Details
.article
[ GitHub ]# File 'rspec-core/lib/rspec/core/memoized_helpers.rb', line 261
def self.article "an" end
.hook_expression
[ GitHub ]# File 'rspec-core/lib/rspec/core/memoized_helpers.rb', line 257
def self.hook_expression "`after(:context)`" end
.hook_intention
[ GitHub ]# File 'rspec-core/lib/rspec/core/memoized_helpers.rb', line 265
def self.hook_intention "cleanup state that is shared across examples in an example group" end