Module: Hocho::Drivers

Defined in:
lib/hocho/drivers.rb,
lib/hocho/drivers/base.rb,
lib/hocho/drivers/bundler.rb,
lib/hocho/drivers/mitamae.rb,
lib/hocho/drivers/ssh_base.rb,
lib/hocho/drivers/itamae_ssh.rb

Defined Under Namespace

Classes: Base, Bundler, ItamaeSsh, Mitamae, SshBase

Class Method Summary collapse

Class Method Details

.find(name) ⇒ Object



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

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