Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/perl6/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Jul 8, 2014
2 parents 240dbdd + 7d5d908 commit eb191dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Language/classtut.pod
Expand Up @@ -448,7 +448,6 @@ significant improvement over Perl 5's approach to handling multiple inheritance.
=begin code
class GeekCook is Programmer is Cook {
method new( *%params ) {
%params<cookbooks> //= []; # remove once Rakudo fully supports autovivification
push( %params<cookbooks>, "Cooking for Geeks" );
return self.bless(|%params);
}
Expand Down

0 comments on commit eb191dc

Please sign in to comment.