Skip to content

Commit fd61951

Browse files
committed
don't call non-methods methods
1 parent 027d023 commit fd61951

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/Metamodel/MethodContainer.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ If C<:local> is set, only methods declared directly in the class are returned.
4444
The returned list contains objects of type L<Method>, which you can
4545
use to introspect their signatures and call them.
4646
47-
Some introspection methods like L<C<WHAT>|/language/mop#WHAT> will not show up,
48-
although they are present in any Perl 6 object.
47+
Some introspection method-look-alikes like L<C<WHAT>|/language/mop#WHAT> will
48+
not show up, although they are present in any Perl 6 object. They are handled
49+
at the grammar level and will likely remain so for bootstrap reasons.
4950
5051
=head2 method method_table
5152

0 commit comments

Comments
 (0)