Module: Hocho::InventoryProviders
- Defined in:
- lib/hocho/inventory_providers.rb,
lib/hocho/inventory_providers/base.rb,
lib/hocho/inventory_providers/file.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.find(name) ⇒ Object
5 6 7 |
# File 'lib/hocho/inventory_providers.rb', line 5 def self.find(name) Hocho::Utils::Finder.find(self, 'hocho/inventory_providers', name) end |