Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't call non-methods methods
  • Loading branch information
gfldex committed Jun 16, 2016
1 parent 027d023 commit fd61951
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Type/Metamodel/MethodContainer.pod
Expand Up @@ -44,8 +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.
Some introspection method-look-alikes like L<C<WHAT>|/language/mop#WHAT> will
not show up, although they are present in any Perl 6 object. They are handled
at the grammar level and will likely remain so for bootstrap reasons.
=head2 method method_table
Expand Down

0 comments on commit fd61951

Please sign in to comment.