Top Level Namespace

Includes:
MastercoinWallet

Defined Under Namespace

Modules: MastercoinWallet, Ui Classes: QCleanupResources__dest_class__, Ui_BitcoinOffer, Ui_FirstRunWindow, Ui_MainWindow, Ui_PurchaseOffer, Ui_SellingOffer, Ui_SimpleSend

Constant Summary

Constants included from MastercoinWallet

MastercoinWallet::CONFIG_PATH, MastercoinWallet::FILE_PATH

Instance Method Summary collapse

Methods included from MastercoinWallet

config, init_logger, log, selling_offers, wallet

Instance Method Details

#reload(require_regex) ⇒ Object



8
9
10
# File 'bin/wallet-console', line 8

def reload(require_regex)
  $".grep(/^#{require_regex}/).each {|e| $".delete(e) && require(e) }
end

#reload!Object



11
12
13
# File 'bin/wallet-console', line 11

def reload!
  $".grep(/mastercoin/).each {|e| $".delete(e) && require(e) }
end