module MLB autoload :Connection, 'mlb/connection' autoload :Request, 'mlb/request' autoload :Team, 'mlb/team' autoload :Player, 'mlb/player' end