Skip to content

Commit

Permalink
Stub new/CREATE/bless.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 4, 2011
1 parent dfeb5b9 commit 9120d6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/CORE.setting/Mu.pm
@@ -1,4 +1,16 @@
my class Mu {
method new() {
self.bless(self.CREATE());
}

method CREATE() {
pir::repr_instance_of__PP(self.WHAT)
}

method bless(Mu $candidate) {
$candidate
}

method item() { self }

method say() { say(self) }
Expand Down

0 comments on commit 9120d6c

Please sign in to comment.