Class: ZMachine::PeriodicTimer

Inherits:
Timer
  • Object
show all
Defined in:
lib/zmachine/timers.rb

Instance Attribute Summary

Attributes inherited from Timer

#interval

Instance Method Summary collapse

Methods inherited from Timer

#cancel, #initialize, #schedule

Constructor Details

This class inherits a constructor from ZMachine::Timer

Instance Method Details

#fireObject



27
28
29
30
# File 'lib/zmachine/timers.rb', line 27

def fire
  super
  schedule
end