module Football

add convenience shortcut helpers

todo/fix:

reuse standings helper/calculator from sportdb
do NOT duplicate

Public Class Methods

config() click to toggle source
# File lib/sportdb/structs.rb, line 116
def self.config()  SportDb::Import.config; end
configure() { |config| ... } click to toggle source

note: just forward to SportDb::Import configuration!!!!!

keep Sports module / namespace "clean"
  that is, only include data structures (e.g. Match,League,etc) for now - why? why not?
# File lib/sportdb/structs.rb, line 115
def self.configure()  yield( config ); end