# File lib/glue/hash.rb, line 94
        def initialize(delegate)
                @delegate = delegate
                @sync = ::Sync.new
        end