# File lib/puppet/network/format_handler.rb, line 54
54:   def self.format(name)
55:     @formats[name.to_s.downcase.intern]
56:   end