Fraction.st
changeset 1295 83f594f05c52
parent 1264 8d916aa63bce
child 1555 316491c1b216
--- a/Fraction.st	Thu Apr 25 18:54:31 1996 +0200
+++ b/Fraction.st	Thu Apr 25 19:02:53 1996 +0200
@@ -38,7 +38,11 @@
     Instances of Fraction represent fractional numbers consisting of
     a numerator and denominator. Both are themselfes arbitrary precision
     integers. Fractions are usually created by dividing Integers using /
-    (for exact division)."
+    (for exact division).
+
+    [author:]
+        Claus Gittinger
+"
 ! !
 
 !Fraction class methodsFor:'initialization'!
@@ -481,6 +485,6 @@
 !Fraction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.29 1996-04-23 14:02:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.30 1996-04-25 16:59:34 cg Exp $'
 ! !
 Fraction initialize!