module Hocho::PropertyProviders

Public Class Methods

find(name) click to toggle source
# File lib/hocho/property_providers.rb, line 5
def self.find(name)
  Hocho::Utils::Finder.find(self, 'hocho/property_providers', name)
end