# File lib/puppet/network/formats.rb, line 133
133:   def intern(klass, text)
134:     data_to_instance(klass, PSON.parse(text))
135:   end