Method: Puppet::FileSystem::MemoryFile#absolute?

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

#absolute?Boolean

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:

  • (Boolean)


51
52
53
# File 'lib/puppet/file_system/memory_file.rb', line 51

def absolute?
  Pathname.new(path).absolute?
end