Files
ivy/doc/std/lang/Object.im

11 lines
169 B
Plaintext
Raw Normal View History

2024-11-13 21:55:32 +00:00
package std.lang
protocol Object
- is:
- implements:
- respondsTo:
- doesNotUnderstand(selector:args:)
- sendMsg(selector:args:)
- toString
end