# File lib/puppet/application/describe.rb, line 56 56: def initialize 57: @format = Formatter.new(76) 58: @types = {} 59: Puppet::Type.loadall 60: Puppet::Type.eachtype { |type| 61: next if type.name == :component 62: @types[type.name] = type 63: } 64: end