# File lib/puppet/network/formats.rb, line 95 95: def intern(klass, text) 96: Marshal.load(text) 97: end