Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
https://en.wikipedia.org/wiki/Life,_the_Universe_and_Everything
  • Loading branch information
lizmat committed Oct 4, 2016
1 parent c6c0e69 commit d8309d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Str.pm
Expand Up @@ -13,7 +13,7 @@ my class Str does Stringy { # declared in BOOTSTRAP
# class Str is Cool {
# has str $!value is box_target;

multi method WHY('Life, the Universe, and Everything':) { 42 }
multi method WHY('Life, the Universe and Everything':) { 42 }

multi method WHICH(Str:D:) {
nqp::box_s(
Expand Down

0 comments on commit d8309d0

Please sign in to comment.