Module: LeaguesetHelper

Included in:
Kernel
Defined in:
lib/leagues.rb

Instance Method Summary collapse

Instance Method Details

#parse_leagueset(txt) ⇒ Object



32
# File 'lib/leagues.rb', line 32

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

#parse_leagueset_args(args) ⇒ Object



33
# File 'lib/leagues.rb', line 33

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?



31
# File 'lib/leagues.rb', line 31

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