Module: Acmesmith::PostIssuingHooks

Defined in:
lib/acmesmith/post_issuing_hooks.rb,
lib/acmesmith/post_issuing_hooks/acm.rb,
lib/acmesmith/post_issuing_hooks/base.rb,
lib/acmesmith/post_issuing_hooks/shell.rb

Defined Under Namespace

Classes: Acm, Base, Shell

Class Method Summary collapse

Class Method Details

.find(name) ⇒ Object



5
6
7
# File 'lib/acmesmith/post_issuing_hooks.rb', line 5

def self.find(name)
  Utils::Finder.find(self, 'acmesmith/post_issuing_hooks', name)
end