# File lib/tour/facets/module/memoize.rb, line 6 def memoize(*args) include Memoizable Memoizable.instance_method(:memoize).bind(self).call(*args) #super(*args) # TODO: why is super not working here? end