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.
This commit is contained in:
Markus Schirp 2015-08-18 22:37:52 +00:00
parent 463fda5a9b
commit c025728a09

View file

@ -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