class RSpec::Core::MemoizedHelpers::ThreadsafeMemoized

def initialize

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