# File lib/ohai/system.rb, line 162 def refresh_plugins(attribute_filter=nil) Ohai::Hints.refresh_hints() @provides_map.all_plugins(attribute_filter).each do |plugin| plugin.reset! end run_plugins(true, attribute_filter) end