tracks/perl6/exercises/bob/Bob.pm6 in trackler-2.2.1.72 vs tracks/perl6/exercises/bob/Bob.pm6 in trackler-2.2.1.73

- old
+ new

@@ -1,9 +1,9 @@ #`[ Declare class 'Bob' with version and unit-scope the class i.e. everything in this file is part of 'Bob'. ] -unit class Bob:ver<1>; +unit class Bob:ver<2>; method hey ($msg) { #`[ Remove the comments and write some code here to pass the test suite. You can experiment with the code outside of this block,