File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ such they can not be altered from outside the class they are defined in.
45
45
= head4 Submethod BUILD
46
46
47
47
The submethod C < BUILD > is called by C < .BUILDALL > defined in L < /type/Mu > , which
48
- in turn is called by C < .bless > . It is meant to set private and public
49
- attributes of a class and receives all names attributes passed into C < .bless > .
50
- Since it is called by C < BUILDALL > it is called by the default constructor
51
- C < .new > defined in C < Mu > .
48
+ in turn is called by L < .bless|/type/Mu#method_bless > . It is meant to set
49
+ private and public attributes of a class and receives all names attributes
50
+ passed into C < .bless > . Since it is called by C < BUILDALL > it is called by the
51
+ default constructor L < .new|/type/Mu#method_new > defined in C < Mu > .
52
52
53
53
class C {
54
54
has $.attr;
You can’t perform that action at this time.
0 commit comments