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