Skip to content

Commit

Permalink
Signature change in Setty.Str, without it it doesn't get selected on …
Browse files Browse the repository at this point in the history
…Setty
  • Loading branch information
lizmat committed Sep 8, 2013
1 parent 338cccc commit 0bacf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Setty.pm
Expand Up @@ -73,7 +73,7 @@ my role Setty does Associative {
!! $other.^does(self);
}

multi method Str(Setty:D --> Str) { ~ %!elems.values }
multi method Str(Setty:D $ : --> Str) { ~ %!elems.values }
multi method gist(Setty:D $ : --> Str) {
my $name := self.^name;
( $name eq 'Set' ?? 'set' !! "$name.new" )
Expand Down

0 comments on commit 0bacf6b

Please sign in to comment.