Skip to content

Commit

Permalink
[src/builtins/Mu.pir] added .list method
Browse files Browse the repository at this point in the history
This makes all the tests in t/spec/S12-enums/anonymous.t pass.
  • Loading branch information
Carl Masak committed Feb 17, 2010
1 parent 5e7ac5a commit 0e70eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/builtins/Mu.pir
Expand Up @@ -542,6 +542,10 @@ Gets the object's identity value
.tailcall self.'shift'()
.end
.sub 'list' :method
.tailcall '&infix:<,>'(self)
.end
# Local Variables:
# mode: pir
# fill-column: 100
Expand Down

0 comments on commit 0e70eab

Please sign in to comment.