# File lib/puppet/network/formats.rb, line 145
145:     def intern(klass, text)
146:         data_to_instance(klass, PSON.parse(text))
147:     end