package Logger; { my $instance; sub instance { return $instance if $instance; my $class = shift; $instance = bless {@_} => $class; } }
-- Abigail
In reply to Re: Ruby: An Abbot breaks silencewind
by Abigail
in thread Ruby: An Abbot breaks silencewind
by coreolyn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |