# File lib/puppet/network/format_handler.rb, line 100
100:         def convert_from_multiple(format, data)
101:             format_handler.protected_format(format).intern_multiple(self, data)
102:         end