class RSpec::Core::MemoizedHelpers::ThreadsafeMemoized

def initialize

def initialize
  @memoized = {}
  @mutex = Support::ReentrantMutex.new
end