Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hash.reverse is now called .invert
  • Loading branch information
moritz committed Apr 14, 2009
1 parent 9ee6477 commit d208e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/setting/Hash.pm
@@ -1,5 +1,5 @@
class Hash is also {
multi method reverse () is export {
multi method invert () is export {
gather {
for @.pairs {
for @( .value ) -> $i {
Expand Down
2 changes: 1 addition & 1 deletion t/spectest.data
Expand Up @@ -322,10 +322,10 @@ S32-array/shift.t
S32-array/unshift.t
S32-container/zip.t
S32-hash/exists.t
S32-hash/invert.t
S32-hash/keys_values.t
S32-hash/pairs.t
S32-hash/push.t
S32-hash/reverse.t
S32-hash/slice.t
S32-list/end.t
S32-list/first.t
Expand Down

0 comments on commit d208e1c

Please sign in to comment.