Class Ohai::Runner
In: lib/ohai/runner.rb
Parent: Object

Methods

Public Class methods

safe_run: set to true if this runner will run plugins in safe-mode. default false.

Public Instance methods

Given a list of plugins and the first plugin in the cycle, returns the list of plugin source files responsible for the cycle. Does not include plugins that aren‘t a part of the cycle

Runs plugins and any un-run dependencies. If force is set to true, then this plugin and its dependencies will be run even if they have been run before.

[Validate]