Module: LeaguesetHelper
- Included in:
- Kernel
- Defined in:
- lib/football-timezones.rb
Instance Method Summary collapse
- #parse_leagueset(txt) ⇒ Object
- #parse_leagueset_args(args) ⇒ Object
-
#read_leagueset(path) ⇒ Object
note - make read_leagueset & friends public/global by default - why? why not?.
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 |