| Class | MCollective::Facts::Base |
| In: |
lib/mcollective/facts/base.rb
|
| Parent: | Object |
A base class for fact providers, to make a new fully functional fact provider inherit from this and simply provide a self.get_facts method that returns a hash like:
{"foo" => "bar",
"bar" => "baz"}