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