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