# File lib/puppet/network/format.rb, line 57 57: def intern_multiple(klass, text) 58: return klass.send(intern_multiple_method, text) if klass.respond_to?(intern_multiple_method) 59: raise NotImplementedError, "#{klass} does not respond to #{intern_multiple_method}; can not intern multiple instances from #{mime}" 60: end