# File lib/puppet/network/formats.rb, line 5
5:     def intern(klass, text)
6:         YAML.load(text)
7:     end