Class: CryptReboot::Runner::Lines

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

Overview

Return standard output in form of lines. Newline characters are removed.

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
# File 'lib/crypt_reboot/runner/lines.rb', line 8

def call(...)
  super(...).to_a
end