# File lib/puppet/network/format_handler.rb, line 111 111: def convert_from_multiple(format, data) 112: format_handler.protected_format(format).intern_multiple(self, data) 113: end