git/GitStructure.st
changeset 23 5cbdd3cb7ce4
parent 16 83e178bfe891
child 24 bce2a03d1070
--- a/git/GitStructure.st	Sun Sep 30 14:31:09 2012 +0000
+++ b/git/GitStructure.st	Sun Sep 30 22:13:12 2012 +0000
@@ -16,6 +16,12 @@
     "Created: / 19-09-2012 / 14:04:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+new
+    ^self new: self structSize
+
+    "Created: / 30-09-2012 / 20:21:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 newAddress: address
     ^self address: address size: self structSize.