# File lib/puppet/network/format.rb, line 66
66:   def render(instance)
67:     return instance.send(render_method) if instance.respond_to?(render_method)
68:     raise NotImplementedError, "#{instance.class} does not respond to #{render_method}; can not render instances to #{mime}"
69:   end