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.



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

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