Skip to content

Commit

Permalink
The identify .item should not decontainerize.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 21, 2012
1 parent 94ae635 commit fa1ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mu.pm
Expand Up @@ -164,7 +164,7 @@ my class Mu {

method Stringy() { self.Str }

method item() { self }
method item(Mu \$item:) is rw { $item }

proto method say(|$) { * }
multi method say() { say(self) }
Expand Down

0 comments on commit fa1ca28

Please sign in to comment.