|
@@ -223,29 +223,6 @@ messageSends: ["value:"]
|
|
|
}),
|
|
|
$globals.BlockClosure);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "asSilk",
|
|
|
-protocol: "*Silk",
|
|
|
-fn: function (){
|
|
|
-var self=this,$self=this;
|
|
|
-//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-return $core.withContext(function($ctx1) {
|
|
|
-//>>excludeEnd("ctx");
|
|
|
-return $recv($globals.Silk)._at_($self._asString());
|
|
|
-//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
-}, function($ctx1) {$ctx1.fill(self,"asSilk",{},$globals.CharacterArray)});
|
|
|
-//>>excludeEnd("ctx");
|
|
|
-},
|
|
|
-//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
|
-args: [],
|
|
|
-source: "asSilk\x0a\x09^ Silk at: self asString",
|
|
|
-referencedClasses: ["Silk"],
|
|
|
-//>>excludeEnd("ide");
|
|
|
-messageSends: ["at:", "asString"]
|
|
|
-}),
|
|
|
-$globals.CharacterArray);
|
|
|
-
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "inSilk",
|
|
@@ -334,6 +311,29 @@ messageSends: []
|
|
|
}),
|
|
|
$globals.Object);
|
|
|
|
|
|
+$core.addMethod(
|
|
|
+$core.method({
|
|
|
+selector: "asSilk",
|
|
|
+protocol: "*Silk",
|
|
|
+fn: function (){
|
|
|
+var self=this,$self=this;
|
|
|
+//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+//>>excludeEnd("ctx");
|
|
|
+return $recv($globals.Silk)._at_($self._asString());
|
|
|
+//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"asSilk",{},$globals.CharacterArray)});
|
|
|
+//>>excludeEnd("ctx");
|
|
|
+},
|
|
|
+//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
|
+args: [],
|
|
|
+source: "asSilk\x0a\x09^ Silk at: self asString",
|
|
|
+referencedClasses: ["Silk"],
|
|
|
+//>>excludeEnd("ide");
|
|
|
+messageSends: ["at:", "asString"]
|
|
|
+}),
|
|
|
+$globals.String);
|
|
|
+
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "attrPut:on:",
|