# File lib/puppet/indirector/indirection.rb, line 29
29:   def self.model(name)
30:     return nil unless match = @@indirections.find { |i| i.name == name }
31:     match.model
32:   end