# File lib/puppet/network/formats.rb, line 100
100:     def intern_multiple(klass, text)
101:         Marshal.load(text)
102:     end