# File lib/ohai/loader.rb, line 40
      def self.find_all_in(plugin_dir)
        Dir[File.join(plugin_dir, "**", "*.rb")].map do |file|
          new(file, plugin_dir)
        end
      end