Method: Puppet::FileServing::Metadata::MetaStat#initialize
- Defined in:
- lib/puppet/file_serving/metadata.rb
#initialize(stat, source_permissions) ⇒ MetaStat
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 MetaStat.
48 49 50 51 |
# File 'lib/puppet/file_serving/metadata.rb', line 48 def initialize(stat, ) @stat = stat = (! || == :ignore) end |