module Hocho::Drivers

Public Class Methods

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