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