Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
stub ObjAt documentation
  • Loading branch information
moritz committed Aug 17, 2012
1 parent b538abe commit 5698d53
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/ObjAt.pod
@@ -0,0 +1,13 @@
=begin pod
=TITLE class ObjAt
class ObjAt { }
Objects of type C<ObjAt> are the return value of C<.WHICH> calls on other
objects, and identify an object uniquely.
If two objects compare equally via C<===>, their C<.WHICH> methods return
the same ObjAt object.
=end pod

0 comments on commit 5698d53

Please sign in to comment.