Skip to content

Commit e2a61d6

Browse files
committed
s key stops timer now
1 parent 636c449 commit e2a61d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example15_trait_timer2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(options = {})
3030
end
3131

3232
def stop
33-
stop_timer(:name => :blink)
33+
stop_timer(:blink)
3434
end
3535

3636
def fast

0 commit comments

Comments
 (0)