Class Cliver::ShellCapture
In: lib/cliver/shell_capture.rb
Parent: Object

Methods

new  

Attributes

command_found  [R] 
stderr  [R] 
stdout  [R] 

Public Class methods

@overlaod initialize(command)

  @param command [String] the command to run

@overload initialize(command)

  @param command [Array<String>] the command to run; elements in
    the supplied array will be shelljoined.

@return [void]

[Validate]