# File lib/puppet/ssl/base.rb, line 8
 8:   def self.from_multiple_s(text)
 9:     text.split(SEPARATOR).collect { |inst| from_s(inst) }
10:   end