Skip to content

Commit

Permalink
Document X::Method::NotFound.addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
taboege committed May 20, 2019
1 parent 18f1195 commit 0fa1b52
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/Type/X/Method/NotFound.pod6
Expand Up @@ -28,7 +28,7 @@ Returns the method name that was invoked.
=head2 method typename
method typename returns Str:D
method typename(--> Str:D)
Returns the name of the invocant type.
Expand All @@ -38,4 +38,12 @@ Returns the name of the invocant type.
Returns C<True> for private methods, and C<False> for public methods.
=head2 method addendum
method addendum(--> Str:D)
Returns additional explanations or hints.
I<Note>: C<addendum> was introduced in Rakudo 2019.03.
=end pod

0 comments on commit 0fa1b52

Please sign in to comment.