We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 240dbdd + 7d5d908 commit eb191dcCopy full SHA for eb191dc
lib/Language/classtut.pod
@@ -448,7 +448,6 @@ significant improvement over Perl 5's approach to handling multiple inheritance.
448
=begin code
449
class GeekCook is Programmer is Cook {
450
method new( *%params ) {
451
- %params<cookbooks> //= []; # remove once Rakudo fully supports autovivification
452
push( %params<cookbooks>, "Cooking for Geeks" );
453
return self.bless(|%params);
454
}
0 commit comments