# File lib/puppet/network/formats.rb, line 10
10:   def intern_multiple(klass, text)
11:     YAML.load(text)
12:   end