# File lib/wordnet/synset.rb, line 404 def addWords( *newWords ) @mutex.synchronize( Sync::EX ) { self.words |= newWords } end