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