2010-05-15から1日間の記事一覧

三倍速いカウンタ

忘れてた。カウンタを作ったときは継承して3倍速いred_counterも作ることにしているんだった。 # class red_counter= object inherit counter as super method push = super#push; super#push; super#push; end;; Warning S: this expression should have ty…