Delete String.getmetatable()

This commit is contained in:
Junseo Yoo 2024-07-17 15:37:59 -07:00
parent 8bb94c34ea
commit 859d264917

View file

@ -128,12 +128,6 @@ All attributes of newly created typelib are initialized with empty tables / arra
| ------------- | ------------- | ------------- |
| `gettype()` | `typelib` | returns the runtime representation of the self's type being negated |
#### String
| Instance Methods | Return Type | Description |
| ------------- | ------------- | ------------- |
| `getmetatable()` | `typelib` | returns the runtime representation of self's metatable |
#### StringSingleton
| Instance Methods | Return Type | Description |