Skip to content

Commit

Permalink
accuse .^methods of omitting WHAT
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Jun 16, 2016
1 parent 6036651 commit 027d023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Type/Metamodel/MethodContainer.pod
Expand Up @@ -44,6 +44,9 @@ If C<:local> is set, only methods declared directly in the class are returned.
The returned list contains objects of type L<Method>, which you can
use to introspect their signatures and call them.
Some introspection methods like L<C<WHAT>|/language/mop#WHAT> will not show up,
although they are present in any Perl 6 object.
=head2 method method_table
method method_table(Metamodel::MethodContainer:D: $obj) returns Hash:D
Expand Down

0 comments on commit 027d023

Please sign in to comment.