# File lib/puppet/network/formats.rb, line 55
55:   def render(instance)
56:     encode(instance.to_yaml)
57:   end