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