Skip to content

Commit bfefd0a

Browse files
committed
Document X::Does::TypeObject.type
1 parent f1699aa commit bfefd0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/Type/X/Does/TypeObject.pod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ The correct way to applies roles to type objects is at declaration time:
1515
1616
class GrassmannNumber does Numeric { ... }
1717
18+
=head1 Methods
19+
20+
=head2 method type
21+
22+
method type(X::Codes::TypeObject:D:) returns Mu:U
23+
24+
Returns the type object into which the code tried to mix in a role.
25+
1826
=end pod

0 commit comments

Comments
 (0)