module Hocho::InventoryProviders
Public Class Methods
find(name)
click to toggle source
# File lib/hocho/inventory_providers.rb, line 5 def self.find(name) Hocho::Utils::Finder.find(self, 'hocho/inventory_providers', name) end