Class: BitcoinTestnet::PreparesCommand
- Inherits:
-
Object
- Object
- BitcoinTestnet::PreparesCommand
- Defined in:
- lib/bitcoin_testnet/prepares_command.rb
Class Method Summary collapse
Class Method Details
.for_silence(command) ⇒ Object
4 5 6 |
# File 'lib/bitcoin_testnet/prepares_command.rb', line 4 def self.for_silence(command) "#{command} > /dev/null 2>&1" end |