class: BuiltinLookup
authorClaus Gittinger <cg@exept.de>
Mon, 16 Dec 2013 14:40:00 +0100
changeset 15868 8bad01430c41
parent 15867 51bcb40ebcb9
child 15869 a5904583d6e7
class: BuiltinLookup added: #documentation
BuiltinLookup.st
--- a/BuiltinLookup.st	Mon Dec 16 14:36:35 2013 +0100
+++ b/BuiltinLookup.st	Mon Dec 16 14:40:00 2013 +0100
@@ -60,6 +60,12 @@
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 "
+!
+
+documentation
+"
+    the standard smalltalk method lookup algorithm
+"
 ! !
 
 !BuiltinLookup class methodsFor:'instance creation'!
@@ -85,9 +91,10 @@
 !BuiltinLookup class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/BuiltinLookup.st,v 1.2 2011-06-28 11:04:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/BuiltinLookup.st,v 1.3 2013-12-16 13:40:00 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: BuiltinLookup.st,v 1.1 2011/06/28 10:51:38 vrany Exp §'
+    ^ '$Id: BuiltinLookup.st,v 1.3 2013-12-16 13:40:00 cg Exp $'
 ! !
+