module StockFighter

Constants

VERSION

Public Class Methods

create_api(api_key) click to toggle source
# File lib/stock_fighter.rb, line 6
def self.create_api api_key
  Api.new api_key
end