ShowMeHowItWorks.st
changeset 3825 0c6e23229b42
parent 3821 798167a7637b
child 3828 d06d8ab3e5b8
equal deleted inserted replaced
3824:7d83538ca900 3825:0c6e23229b42
     1 "{ Encoding: utf8 }"
     1 "{ Encoding: utf8 }"
     2 
     2 
       
     3 "
       
     4  COPYRIGHT (c) 2018 by eXept Software AG
       
     5               All Rights Reserved
       
     6 
       
     7  This software is furnished under a license and may be used
       
     8  only in accordance with the terms of that license and with the
       
     9  inclusion of the above copyright notice.   This software may not
       
    10  be provided or otherwise made available to, or used by, any
       
    11  other person.  No title to or ownership of the software is
       
    12  hereby transferred.
       
    13 "
     3 "{ Package: 'stx:libtool2' }"
    14 "{ Package: 'stx:libtool2' }"
     4 
    15 
     5 "{ NameSpace: Smalltalk }"
    16 "{ NameSpace: Smalltalk }"
     6 
    17 
     7 Object subclass:#ShowMeHowItWorks
    18 Object subclass:#ShowMeHowItWorks
    20 	poolDictionaries:''
    31 	poolDictionaries:''
    21 	privateIn:ShowMeHowItWorks
    32 	privateIn:ShowMeHowItWorks
    22 !
    33 !
    23 
    34 
    24 !ShowMeHowItWorks class methodsFor:'documentation'!
    35 !ShowMeHowItWorks class methodsFor:'documentation'!
       
    36 
       
    37 copyright
       
    38 "
       
    39  COPYRIGHT (c) 2018 by eXept Software AG
       
    40               All Rights Reserved
       
    41 
       
    42  This software is furnished under a license and may be used
       
    43  only in accordance with the terms of that license and with the
       
    44  inclusion of the above copyright notice.   This software may not
       
    45  be provided or otherwise made available to, or used by, any
       
    46  other person.  No title to or ownership of the software is
       
    47  hereby transferred.
       
    48 "
       
    49 !
    25 
    50 
    26 documentation
    51 documentation
    27 "
    52 "
    28     automatic presentations.
    53     automatic presentations.
    29     To see how it works, open a methodFinder:
    54     To see how it works, open a methodFinder: