Skip to content

Commit eb191dc

Browse files
committed
Merge branch 'master' of https://github.com/perl6/doc
2 parents 240dbdd + 7d5d908 commit eb191dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Language/classtut.pod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ significant improvement over Perl 5's approach to handling multiple inheritance.
448448
=begin code
449449
class GeekCook is Programmer is Cook {
450450
method new( *%params ) {
451-
%params<cookbooks> //= []; # remove once Rakudo fully supports autovivification
452451
push( %params<cookbooks>, "Cooking for Geeks" );
453452
return self.bless(|%params);
454453
}

0 commit comments

Comments
 (0)