# File lib/puppet/network/formats.rb, line 88
88:   def intern_multiple(klass, text)
89:     Marshal.load(text)
90:   end