Class: CryptReboot::Runner::Lines
- 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
#call ⇒ Object
8 9 10 |
# File 'lib/crypt_reboot/runner/lines.rb', line 8 def call(...) super(...).to_a end |