Method: Puppet::FileSystem::Uniquefile#path

Defined in:
lib/puppet/file_system/uniquefile.rb

#pathObject

Returns the full path name of the temporary file. This will be nil if #unlink has been called.



96
97
98
# File 'lib/puppet/file_system/uniquefile.rb', line 96

def path
  @tmpname
end