Plug.st
changeset 224 fe3164373601
parent 162 cbbd2f3422a3
child 226 c5a265ceddd1
equal deleted inserted replaced
223:b65dc250db8d 224:fe3164373601
    36 documentation
    36 documentation
    37 "
    37 "
    38     A Plug is an objcet which simulates a protocol and evaluates
    38     A Plug is an objcet which simulates a protocol and evaluates
    39     a corresponding block when receiving messages.
    39     a corresponding block when receiving messages.
    40     Its main use is for the demo doIts, to play the role of a model.
    40     Its main use is for the demo doIts, to play the role of a model.
       
    41 
       
    42     [author:]
       
    43         Claus Gittinger
    41 "
    44 "
    42 !
    45 !
    43 
    46 
    44 examples
    47 examples
    45 "
    48 "
   119 ! !
   122 ! !
   120 
   123 
   121 !Plug class methodsFor:'documentation'!
   124 !Plug class methodsFor:'documentation'!
   122 
   125 
   123 version
   126 version
   124     ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.8 1996-02-10 13:11:10 cg Exp $'
   127     ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.9 1996-04-25 16:53:11 cg Exp $'
   125 ! !
   128 ! !