# File lib/wordnet/synset.rb, line 435
                def store
                        @mutex.synchronize( Sync::EX ) {
                                self.lexicon.storeSynset( self )
                        }
                end