# File lib/more/facets/memoizer.rb, line 41
  def initialize(object)
    @self  = object
    @cache = {}
  end