# File lib/puppet/network/formats.rb, line 83 83: def intern(klass, text) 84: Marshal.load(text) 85: end