[Pharo-project] Issue 3504 in pharo: MethodContext>>numArgs
Status: Fixed Owner: stephane.ducasse Labels: Milestone-1.2 New issue 3504 by stephane.ducasse: MethodContext>>numArgs http://code.google.com/p/pharo/issues/detail?id=3504 MethodContext>>numArgs "Answer the number of arguments required to evaluate this method or block." ^closureOrNil ifNil: [method numArgs] ifNotNil: [closureOrNil numArgs]
Updates: Status: closed Comment #1 on issue 3504 by stephane.ducasse: MethodContext>>numArgs http://code.google.com/p/pharo/issues/detail?id=3504 in 12293
Updates: Status: Fixed Comment #2 on issue 3504 by stephane.ducasse: MethodContext>>numArgs http://code.google.com/p/pharo/issues/detail?id=3504 Got a crash when trying to integrate another fix... so should redo it
Updates: Status: Closed Comment #3 on issue 3504 by marcus.denker: MethodContext>>numArgs http://code.google.com/p/pharo/issues/detail?id=3504 12293
Comment #4 on issue 3504 by marcus.d...@gmail.com: MethodContext>>numArgs http://code.google.com/p/pharo/issues/detail?id=3504 11415
participants (1)
-
pharo@googlecode.com