Sha256: d50c68c72c5a42e366bb818c49c29356349c2512fa8f3a3f28cc09aae46cdd7e
Contents?: true
Size: 353 Bytes
Versions: 78
Compression:
Stored size: 353 Bytes
Contents
module Serverspec module Helper module Ssh def backend(commands_object=nil) if ! respond_to?(:commands) commands_object = Serverspec::Commands::Base.new end instance = Serverspec::Backend::Ssh.instance instance.set_commands(commands_object || commands) instance end end end end
Version data entries
78 entries across 78 versions & 1 rubygems