# File lib/puppet/network/formats.rb, line 97 97: def render_multiple(instances) 98: Marshal.dump(instances) 99: end