Is me.numArgs() broken?

This code taken from the concurency/shreds page of language specification:
// print out all arguments
for( int i; i < me.numArgs(); i++ )
<<< me.arg( i ) >>>;

returns this error:
"class 'Shred' has no member 'numArgs'"