|
@@ -9898,6 +9898,30 @@ messageSends: ["nextPutAll:"]
|
|
|
}),
|
|
|
$globals.StringStream);
|
|
|
|
|
|
+$core.addMethod(
|
|
|
+$core.method({
|
|
|
+selector: "print:",
|
|
|
+protocol: "writing",
|
|
|
+fn: function (anObject){
|
|
|
+var self=this;
|
|
|
+
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+
|
|
|
+$recv(anObject)._printOn_(self);
|
|
|
+return self;
|
|
|
+
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"print:",{anObject:anObject},$globals.StringStream)});
|
|
|
+
|
|
|
+},
|
|
|
+
|
|
|
+args: ["anObject"],
|
|
|
+source: "print: anObject\x0a\x09anObject printOn: self",
|
|
|
+referencedClasses: [],
|
|
|
+
|
|
|
+messageSends: ["printOn:"]
|
|
|
+}),
|
|
|
+$globals.StringStream);
|
|
|
+
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "space",
|