[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] finding a method



hi,

why i cannot detect a method?

x = Object.methods;
x.collect( _.name ).includes( \deprecated );	// true!
x.detect( _.name === \deprecated );	// nil! why???

ciao, -sciss-