# File lib/puppet/ssl/base.rb, line 41 41: def read(path) 42: @content = wrapped_class.new(File.read(path)) 43: end