Skip to content

Commit

Permalink
Merge pull request #16 from lizmat/patch-2
Browse files Browse the repository at this point in the history
Attributes should be public for .new to work
  • Loading branch information
jnthn authored Jul 11, 2019
2 parents 8705e70 + 147892f commit 1130427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ and a yak shaver.
}

class YakShaving {
has $!yak-store;
has $!yak-shaver;
has $.yak-store;
has $.yak-shaver;
method proccess() {
for $!yak-store.get-all-yaks() -> $yak {
Expand Down

0 comments on commit 1130427

Please sign in to comment.