Module: Hocho::PropertyProviders

Defined in:
lib/hocho/property_providers.rb,
lib/hocho/property_providers/base.rb,
lib/hocho/property_providers/add_default.rb,
lib/hocho/property_providers/ruby_script.rb

Defined Under Namespace

Classes: AddDefault, Base, RubyScript

Class Method Summary collapse

Class Method Details

.find(name) ⇒ Object



5
6
7
# File 'lib/hocho/property_providers.rb', line 5

def self.find(name)
  Hocho::Utils::Finder.find(self, 'hocho/property_providers', name)
end