# File lib_wpm/wpm.rb, line 3773 def initialize @map = Hash.new @lock = Mutex.new @prof = { :hit => 0, :unhit => 0 } end