Memoizing
Classes: Memoizing
2 3 4
# File 'lib/enumerator/memoizing.rb', line 2 def memoizing Memoizing.new(self) end