Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Mu.note
  • Loading branch information
coke committed Aug 4, 2014
1 parent 0ce18d6 commit d97cd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Mu.pm
Expand Up @@ -417,6 +417,7 @@ my class Mu { # declared in BOOTSTRAP
multi method say(Obsolete:D:) { say(self.gist) }
multi method say() { say(self) }
method print() { print(self) }
method note() { note(self) }

proto method gist(|) { * }
multi method gist(Mu:U:) { '(' ~ self.HOW.name(self) ~ ')' }
Expand Down

0 comments on commit d97cd1f

Please sign in to comment.