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:
parent
463fda5a9b
commit
c025728a09
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Mutant
|
||||||
self
|
self
|
||||||
end
|
end
|
||||||
|
|
||||||
# Mutator for memoized instance methods
|
# Mutator for memoizable memoized instance methods
|
||||||
class Memoized < self
|
class Memoized < self
|
||||||
include AST::Sexp
|
include AST::Sexp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue