Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some Setty/Baggy internals documentation
  • Loading branch information
lizmat committed Sep 9, 2013
1 parent 8be54da commit 7db73bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/Baggy.pm
@@ -1,5 +1,7 @@
my role Baggy does Associative {
has %!elems; # should be UInt
has %!elems;
# |-- key.WHICH
# |-- (key => value)

#- specific methods for users of role ------------------------------------------
method BUILD (:%!elems) {}
Expand Down
2 changes: 2 additions & 0 deletions src/core/Setty.pm
@@ -1,5 +1,7 @@
my role Setty does Associative {
has %!elems;
# |-- key.WHICH
# |-- key

#- specific methods for users of role ------------------------------------------
method BUILD (:%!elems) {}
Expand Down

0 comments on commit 7db73bf

Please sign in to comment.