Closed PikachuEXE closed 7 years ago
Fixes #51
The method memoized_methods is only defined when memoize method is called Thus memoized_methods method is absent in any class that contains no method call to memoize
memoized_methods
memoize
So this PR just define the method on module extend
Fixes #51
The method
memoized_methods
is only defined whenmemoize
method is called Thusmemoized_methods
method is absent in any class that contains no method call tomemoize
So this PR just define the method on module extend