Class: CryptReboot::Runner::Binary
- Defined in:
- lib/crypt_reboot/runner/binary.rb
Overview
Return stdout as string
Instance Method Summary collapse
Instance Method Details
#call(*args, **opts) ⇒ Object
7 8 9 |
# File 'lib/crypt_reboot/runner/binary.rb', line 7 def call(*args, **opts) super(*args, **opts.merge(binary: true)).out end |