Module: LeaguesetHelper

Included in:
Kernel
Defined in:
lib/football-timezones.rb

Instance Method Summary collapse

Instance Method Details

#parse_leagueset(txt) ⇒ Object



51
# File 'lib/football-timezones.rb', line 51

def parse_leagueset( txt )       Leagueset.parse( txt ); end

#parse_leagueset_args(args) ⇒ Object



52
# File 'lib/football-timezones.rb', line 52

def parse_leagueset_args( args ) Leagueset.parse_args( args ); end

#read_leagueset(path) ⇒ Object

note - make read_leagueset & friends public/global by default - why? why not?



50
# File 'lib/football-timezones.rb', line 50

def read_leagueset( path )       Leagueset.read( path ); end