Top Level Namespace

Includes:
Mastercoin

Defined Under Namespace

Modules: Mastercoin

Constant Summary

Constants included from Mastercoin

Mastercoin::CURRENCY_IDS, Mastercoin::END_BLOCK, Mastercoin::END_TIME, Mastercoin::EXODUS_ADDRESS, Mastercoin::TRANSACTION_PURCHASE_BTC_TRADE, Mastercoin::TRANSACTION_SELL_FOR_BITCOIN, Mastercoin::TRANSACTION_SIMPLE_SEND, Mastercoin::TRANSACTION_TYPES

Instance Method Summary collapse

Methods included from Mastercoin

init_logger, log, set_storage, storage

Instance Method Details

#reload(require_regex) ⇒ Object



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

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

#reload!Object



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

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