Raku / book

Using Raku – an unfinished book about Raku
https://perl6book.com/
283 stars 49 forks source link

In section 5.6.1, my $baker is wrong class. #52

Closed thundergnat closed 13 years ago

thundergnat commented 13 years ago

my $baker is Cook.new( # wrong class my $baker is Baker.new( # should be

Otherwise it doesn't illustrate the point the section is trying to demonstrate. Namely, method .cook doesn't get overridden.

Util commented 13 years ago

Thanks! Corrected in [master 6b4bbbe].