# File locana/l_timer.rb, line 36 def initialize(millisecs=nil, proc_object=nil) @millisecs = millisecs @proc_object = proc_object @timer = nil end