hi, why i cannot detect a method? x = Object.methods; x.collect( _.name ).includes( \deprecated ); // true! x.detect( _.name === \deprecated ); // nil! why??? ciao, -sciss-