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