Skip to content

Commit

Permalink
Implement eigenstates on Object too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 17, 2009
1 parent 17238ba commit 1ea27f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/setting/Object.pm
Expand Up @@ -2,6 +2,10 @@ class Object is also {
multi method perl {
self.WHAT ~ '.new()';
}

multi method eigenstates {
list(self)
}
}

# vim: ft=perl6

0 comments on commit 1ea27f2

Please sign in to comment.