# File lib/cft/puppet/transportable.rb, line 36
        def find_all(type)
            type = type.to_s.downcase
            flatten.select { |to| canonical(to.type) == type }
        end