Class: CryptReboot::Runner::NoResult

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

Overview

Return nil

Instance Method Summary collapse

Instance Method Details

#callObject



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

def call(...)
  super(...)
  nil
end