Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
And one more 'is rw'.
  • Loading branch information
jnthn committed Jul 9, 2011
1 parent 5c4d4d9 commit fd88893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/EnumMap.pm
Expand Up @@ -34,7 +34,7 @@ my class EnumMap does Associative {
}
}

method at_key($key is copy) {
method at_key($key is copy) is rw {
$key = $key.Str;
self.exists($key)
?? nqp::atkey($!storage, nqp::unbox_s($key))
Expand Down

0 comments on commit fd88893

Please sign in to comment.