module RbtcArbitrage
Constants
- VERSION
Public Class Methods
clients()
click to toggle source
# File lib/rbtc_arbitrage.rb, line 15 def self.clients RbtcArbitrage::Clients.constants.collect do |c| RbtcArbitrage::Clients.const_get(c) end end