Class | Module |
In: |
lib/spruz/xt/named.rb
lib/spruz/memoize.rb lib/spruz/memoize.rb lib/spruz/xt/named.rb |
Parent: | Object |
Automatically memoize calls of the functions function_ids. The memoized result does ONLY depend on the arguments given to the function.
Automatically memoize calls of the functions function_ids. The memoized result does ONLY depend on the arguments given to the function.
Automatically memoize calls of the the methods method_ids. The memoized results do NOT ONLY depend on the arguments, but ALSO on the object the method is called on.