doc: add sample package file tree
This commit is contained in:
10
doc/std/lang/Object.im
Normal file
10
doc/std/lang/Object.im
Normal file
@@ -0,0 +1,10 @@
|
||||
package std.lang
|
||||
|
||||
protocol Object
|
||||
- is:
|
||||
- implements:
|
||||
- respondsTo:
|
||||
- doesNotUnderstand(selector:args:)
|
||||
- sendMsg(selector:args:)
|
||||
- toString
|
||||
end
|
||||
Reference in New Issue
Block a user