Skip to content

Commit

Permalink
lost closing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Aug 15, 2014
1 parent af5df3e commit ed7e8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Code.pm
Expand Up @@ -14,7 +14,7 @@ my class Code does Callable { # declared in BOOTSTRAP

method signature(Code:D:) { $!signature }

multi method Str(Code:D:) { warn("Code object coerced to string (please use .gist or .perl to do that"); self.name }
multi method Str(Code:D:) { warn("Code object coerced to string (please use .gist or .perl to do that)"); self.name }

method outer(Code:D:) {
nqp::ifnull(nqp::getcodeobj(nqp::p6staticouter($!do)), Mu)
Expand Down

0 comments on commit ed7e8d3

Please sign in to comment.