# File lib/aws/core.rb, line 613 def memoize return yield if memoizing? begin start_memoizing yield if block_given? ensure stop_memoizing end end