# File lib/more/facets/memoizable.rb, line 129
    def self.included(base)
      base.extend(Memoizable)
    end