Method: Puppet::Util::FileType.filetype

Defined in:
lib/puppet/util/filetype.rb

.filetype(type) ⇒ Object

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.



72
73
74
# File 'lib/puppet/util/filetype.rb', line 72

def self.filetype(type)
  @filetypes[type]
end