module Acmesmith::ChallengeResponders

Public Class Methods

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