Class: CryptReboot::Runner::Text

Inherits:
Generic
  • Object
show all
Defined in:
lib/crypt_reboot/runner/text.rb

Overview

Return stdout as string

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# File 'lib/crypt_reboot/runner/text.rb', line 7

def call(...)
  super(...).out
end