# File lib/wordnet/synset.rb, line 735
                def search( type, otherSynset )
                        self.traverse( type ) {|syn,depth|
                                syn == otherSynset
                        }
                end