Method: Puppet::Util::Lockfile#initialize
- Defined in:
- lib/puppet/util/lockfile.rb
#initialize(file_path) ⇒ Lockfile
Returns a new instance of Lockfile.
12 13 14 |
# File 'lib/puppet/util/lockfile.rb', line 12 def initialize(file_path) @file_path = file_path end |