Skip to content

Commit

Permalink
Stub in a simple Mu.perl method.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 17, 2011
1 parent 71e6791 commit cdad1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Mu.pm
Expand Up @@ -38,4 +38,6 @@ my class Mu {
method item() { self }

method say() { say(self) }

method perl() { self.Str }
}

0 comments on commit cdad1e9

Please sign in to comment.