UserMessage.st
changeset 12092 4e065b823c40
parent 6887 d01c2201398e
child 13364 ca7da07b8bb2
equal deleted inserted replaced
12091:c9906aca7a7a 12092:4e065b823c40
    92 !
    92 !
    93 
    93 
    94 expandMacrosWith:arg1
    94 expandMacrosWith:arg1
    95     ^ self asString expandMacrosWith:arg1
    95     ^ self asString expandMacrosWith:arg1
    96 
    96 
       
    97 !
       
    98 
       
    99 string
       
   100     ^ self asString
    97 ! !
   101 ! !
    98 
   102 
    99 !UserMessage methodsFor:'printing & storing'!
   103 !UserMessage methodsFor:'printing & storing'!
   100 
   104 
   101 displayString
   105 displayString
   164 ! !
   168 ! !
   165 
   169 
   166 !UserMessage class methodsFor:'documentation'!
   170 !UserMessage class methodsFor:'documentation'!
   167 
   171 
   168 version
   172 version
   169     ^ '$Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.5 2002-11-25 09:20:03 stefan Exp $'
   173     ^ '$Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.6 2009-10-02 00:08:10 cg Exp $'
       
   174 !
       
   175 
       
   176 version_CVS
       
   177     ^ '$Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.6 2009-10-02 00:08:10 cg Exp $'
   170 ! !
   178 ! !