Class: BitcoinTestnet::Executes
- Inherits:
-
Object
- Object
- BitcoinTestnet::Executes
- Defined in:
- lib/bitcoin_testnet/executes.rb
Class Method Summary collapse
Class Method Details
.command(c) ⇒ Object
4 5 6 7 8 |
# File 'lib/bitcoin_testnet/executes.rb', line 4 def self.command(c) Dir.chdir BitcoinTestnet.dir prepared_command = PreparesCommand.for_silence(c) system prepared_command end |