Skip to content

Commit

Permalink
cleanups to Prototype::Manager, and add a stub test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Feb 18, 2011
1 parent 7180794 commit ac9d2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototype/Manager.nqp
Expand Up @@ -3,7 +3,7 @@
class Rosella::Prototype::Manager {
has %!library;

method initialize(*%lib) {
method BUILD() {
%!library := { };
}

Expand Down

0 comments on commit ac9d2a2

Please sign in to comment.