# File lib/puppet/file_serving/content.rb, line 23 23: def self.from_raw(content) 24: instance = new("/this/is/a/fake/path") 25: instance.content = content 26: instance 27: end