lib/glue/array.rb in nitro-0.7.0 vs lib/glue/array.rb in nitro-0.8.0

- old
+ new

@@ -4,10 +4,10 @@ # (c) 2002-2003 Navel, all rights reserved. # $Id: array.rb 165 2004-11-18 12:04:04Z gmosx $ require "sync" -module G +module N # == SafeArray # # A thread-safe array. We use a sync object instead of a mutex, # because it is re-entrant.