# File lib/puppet/file_serving/metadata.rb, line 114
114:   def self.from_pson(data)
115:     new(data.delete('path'), data)
116:   end