class SportDb::Import::League

Public Class Methods

parse( txt ) click to toggle source
# File lib/sportdb/formats.rb, line 93
def self.parse( txt ) LeagueReader.parse( txt ); end
read( path ) click to toggle source
# File lib/sportdb/formats.rb, line 92
def self.read( path ) LeagueReader.read( path ); end