Skip to content

Commit 5698d53

Browse files
committed
stub ObjAt documentation
1 parent b538abe commit 5698d53

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lib/ObjAt.pod

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=begin pod
2+
3+
=TITLE class ObjAt
4+
5+
class ObjAt { }
6+
7+
Objects of type C<ObjAt> are the return value of C<.WHICH> calls on other
8+
objects, and identify an object uniquely.
9+
10+
If two objects compare equally via C<===>, their C<.WHICH> methods return
11+
the same ObjAt object.
12+
13+
=end pod

0 commit comments

Comments
 (0)