# File lib/glue/array.rb, line 28
        def << (value)
                return @sync.synchronize(::Sync::SH) {
                        super
                }             
        end