|
@@ -97,12 +97,12 @@ class NekoString__ implements String {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /* NEKO INTERNALS */
|
|
|
-
|
|
|
- private function __string() {
|
|
|
- return untyped this.__s;
|
|
|
+ public function toString() {
|
|
|
+ return this;
|
|
|
}
|
|
|
|
|
|
+ /* NEKO INTERNALS */
|
|
|
+
|
|
|
private function __compare(o) {
|
|
|
return untyped __compare__(this.__s,o.__s);
|
|
|
}
|