module Cloud::Sh::Helpers::Commands

Public Instance Methods

command_chain(base) click to toggle source
# File lib/cloud/sh/helpers/commands.rb, line 8
def command_chain(base)
  CmdChain.new(base)
end