# File lib/wordnet/synset.rb, line 395 def words=( *newWords ) @mutex.synchronize( Sync::EX ) { @wordlist = newWords.join( SubDelim ) } end