# File lib/ruby-vpi.rb, line 27 def SIMULATORS.find_by_id aSimId @id2sim ||= inject({}) {|h,s| h[s.id] = s; h} @id2sim[aSimId] end