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