Class: Dk::Local::Cmd
Instance Attribute Summary
Attributes inherited from BaseCmd
Instance Method Summary collapse
-
#initialize(cmd_str, opts = nil) ⇒ Cmd
constructor
A new instance of Cmd.
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 |