Method.st
branchjv
changeset 17834 04ff72c5039a
parent 17815 956b46750806
child 17835 67648e9f2814
equal deleted inserted replaced
17833:1602a49e146e 17834:04ff72c5039a
  3391 ! !
  3391 ! !
  3392 
  3392 
  3393 !Method class methodsFor:'documentation'!
  3393 !Method class methodsFor:'documentation'!
  3394 
  3394 
  3395 version
  3395 version
  3396     ^ '$Id: Method.st 10604 2011-02-04 23:09:23Z vranyj1 $'
  3396     ^ '$Id: Method.st 10632 2011-04-09 17:19:04Z vranyj1 $'
  3397 !
  3397 !
  3398 
  3398 
  3399 version_CVS
  3399 version_CVS
  3400     ^ '§Header: /cvs/stx/stx/libbasic/Method.st,v 1.355 2010/12/23 15:16:43 cg Exp §'
  3400     ^ '§Header: /var/local/cvs/stx/libbasic/Method.st,v 1.355 2010-12-23 15:16:43 cg Exp §'
  3401 !
  3401 !
  3402 
  3402 
  3403 version_SVN
  3403 version_SVN
  3404     ^ '$Id: Method.st 10604 2011-02-04 23:09:23Z vranyj1 $'
  3404     ^ '$Id: Method.st 10632 2011-04-09 17:19:04Z vranyj1 $'
  3405 ! !
  3405 ! !
  3406 
  3406 
  3407 Method initialize!
  3407 Method initialize!
  3408 
  3408 
  3409 
  3409 
  3410 
  3410 
       
  3411