# File lib/puppet/file_serving/content.rb, line 47
47:   def to_raw
48:     File.new(full_path, "r")
49:   end