Class Method
In: lib/core/facets/method/memoize.rb
lib/core/facets/method/composition.rb
Parent: Object

Methods

*   ^   memoize  

Classes and Modules

Class Method::Composition

Public Instance methods

Method composition.

@author Mike Burns

Method repetition.

@author Mike Burns

Memoize a method by defining a singleton override.

NOTE: This method is not a common core extension and is not loaded automatically when using require ‘facets‘.

@uncommon

  require 'facets/method/memoize'

[Validate]