# File lib/glue/hash.rb, line 53
        def size
                return @sync.synchronize(::Sync::SH) {
                        super
                }
        end