# File lib/puppet/ssl/certificate_revocation_list.rb, line 12
12:     def self.from_s(string)
13:         instance = wrapped_class.new(string)
14:         result = new('foo') # The name doesn't matter
15:         result.content = instance
16:         result
17:     end