Module: Cloud::Sh::Helpers::Commands

Included in:
Commands::Base, Providers::Base
Defined in:
lib/cloud/sh/helpers/commands.rb

Defined Under Namespace

Classes: CmdChain

Instance Method Summary collapse

Instance Method Details

#command_chain(base) ⇒ Object



8
9
10
# File 'lib/cloud/sh/helpers/commands.rb', line 8

def command_chain(base)
  CmdChain.new(base)
end