Skip to content

Commit

Permalink
more explicit requiring of trader helpers before trader [cp]
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Mar 24, 2014
1 parent 9a3dbab commit 5f8fe8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rbtc_arbitrage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require 'coinbase'
require 'pony'
require_relative 'rbtc_arbitrage/client.rb'
Dir["#{File.dirname(__FILE__)}/rbtc_arbitrage/trader/*.rb"].each { |f| require(f) }
Dir["#{File.dirname(__FILE__)}/rbtc_arbitrage/**/*.rb"].each { |f| require(f) }

module RbtcArbitrage
Expand Down

0 comments on commit 5f8fe8c

Please sign in to comment.