Skip to content

Commit

Permalink
link to /type/Method and state our-scope default
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Nov 22, 2016
1 parent 9a43fbb commit f595b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Language/typesystem.pod6
Expand Up @@ -166,6 +166,10 @@ such they can not be altered from outside the class they are defined in.
X«|method (declarator)»
=head3 Methods
The C<method> declarator defines objects of type L<Method|/type/Method> and
binds them to the provided name in the scope of a class. Methods in a class are
C<our> scoped by default.
=head4 Inheritance and Multies
A normal method in a subclass does not compete with multies of a parent class.
Expand Down

0 comments on commit f595b8f

Please sign in to comment.