# File lib/ruote/storage/hash_storage.rb, line 95 def get(type, key) synchronize do Ruote.fulldup(@h[type][key]) end end