Class: BitcoinTestnet::Executes

Inherits:
Object
  • Object
show all
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