Class: Getch::ChrootOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/getch/command.rb

Direct Known Subclasses

Install

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ChrootOutput

Returns a new instance of ChrootOutput.



104
105
106
107
108
# File 'lib/getch/command.rb', line 104

def initialize(*args)
  @cmd = args.join(' ')
  @log = Log.new
  x
end