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