Class: Dk::Local::Cmd

Inherits:
BaseCmd show all
Defined in:
lib/dk/local.rb

Instance Attribute Summary

Attributes inherited from BaseCmd

#cmd_str, #scmd

Instance Method Summary collapse

Methods inherited from BaseCmd

#output_lines, #run, #stderr, #stdout, #success?, #to_s

Constructor Details

#initialize(cmd_str, opts = nil) ⇒ Cmd

Returns a new instance of Cmd.



52
53
54
# File 'lib/dk/local.rb', line 52

def initialize(cmd_str, opts = nil)
  super(Scmd, cmd_str, opts)
end