Class: Getch::ChrootOutput
- Inherits:
-
Object
- Object
- Getch::ChrootOutput
- Defined in:
- lib/getch/command.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(*args) ⇒ ChrootOutput
constructor
A new instance of ChrootOutput.
Constructor Details
#initialize(*args) ⇒ ChrootOutput
Returns a new instance of ChrootOutput.
105 106 107 108 109 |
# File 'lib/getch/command.rb', line 105 def initialize(*args) @cmd = args.join(' ') @log = Log.new x end |