|
@@ -2250,17 +2250,6 @@ return $1;
|
|
|
messageSends: ["x:y:"]}),
|
|
|
smalltalk.Number);
|
|
|
|
|
|
-smalltalk.addMethod(
|
|
|
-smalltalk.method({
|
|
|
-selector: "IsImmutable",
|
|
|
-fn: function (){
|
|
|
-var self=this;
|
|
|
-return smalltalk.withContext(function($ctx1) {
|
|
|
-return true;
|
|
|
-}, function($ctx1) {$ctx1.fill(self,"IsImmutable",{},smalltalk.Number)})},
|
|
|
-messageSends: []}),
|
|
|
-smalltalk.Number);
|
|
|
-
|
|
|
smalltalk.addMethod(
|
|
|
smalltalk.method({
|
|
|
selector: "\x5c\x5c",
|
|
@@ -2400,6 +2389,17 @@ return $1;
|
|
|
messageSends: [",", "asString"]}),
|
|
|
smalltalk.Number);
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
+smalltalk.method({
|
|
|
+selector: "isImmutable",
|
|
|
+fn: function (){
|
|
|
+var self=this;
|
|
|
+return smalltalk.withContext(function($ctx1) {
|
|
|
+return true;
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"isImmutable",{},smalltalk.Number)})},
|
|
|
+messageSends: []}),
|
|
|
+smalltalk.Number);
|
|
|
+
|
|
|
smalltalk.addMethod(
|
|
|
smalltalk.method({
|
|
|
selector: "isNumber",
|