Skip to content

Commit

Permalink
Let Whatever.gist return '*' instead of 'Whatever<...>'. Perhaps What…
Browse files Browse the repository at this point in the history
…ever.Str should do something similar.
  • Loading branch information
pmichaud committed Jul 7, 2011
1 parent 1e4b69a commit a05e994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Whatever.pm
@@ -1,4 +1,6 @@
my class Whatever {
multi method ACCEPTS(Whatever:D: $topic) { True }
method new() { nqp::create(self) }

multi method perl(Whatever:D:) { '*' }
}

0 comments on commit a05e994

Please sign in to comment.