From c025728a09d51423c39611b8115bbea727e8c68a Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Tue, 18 Aug 2015 22:37:52 +0000 Subject: [PATCH] Fix documentation for memoized subject instances * This is not a class handling *all* memoizations. Just on especific cases where the memoization semantics had been set-up via the memoizable gem. --- lib/mutant/subject/method/instance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/subject/method/instance.rb b/lib/mutant/subject/method/instance.rb index 085c8206..f69fe4bb 100644 --- a/lib/mutant/subject/method/instance.rb +++ b/lib/mutant/subject/method/instance.rb @@ -27,7 +27,7 @@ module Mutant self end - # Mutator for memoized instance methods + # Mutator for memoizable memoized instance methods class Memoized < self include AST::Sexp