# File lib/rufus/cloche.rb, line 119 def get (type, key) r = lock(false, type, key) { |f| do_get(f) } r == false ? nil : r end