ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 20日 (金) 04:41:07 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-cbbr ------------------------- @@ -235,7 +235,8 @@ iter = store.iter_first loop { new_val = iter[ActList::ACTION] + 5 - iter[ActList::ACTION] = new_val if new_val <= 100 + new_val = 0 if new_val > 100 + iter[ActList::ACTION] = new_val sleep 0.05 iter.next! }