Skip to content

Commit

Permalink
Implement keybag(), so that at least KeyBag.perl can roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 3, 2013
1 parent 044950d commit 103d5ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/KeyBag.pm
Expand Up @@ -236,3 +236,7 @@ my class KeyBag does Associative does Baggy {
self;
}
}

sub keybag(*@a) returns KeyBag {
KeyBag.new(|@a);
}

0 comments on commit 103d5ea

Please sign in to comment.