Method: Puppet::Util::Watcher::Timer#initialize
- Defined in:
- lib/puppet/util/watcher/timer.rb
#initialize(timeout) ⇒ Timer
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Timer.
4 5 6 |
# File 'lib/puppet/util/watcher/timer.rb', line 4 def initialize(timeout) @timeout = timeout end |