Class: SportDb::Import::League

Inherits:
Object
  • Object
show all
Defined in:
lib/sportdb/formats.rb

Class Method Summary collapse

Class Method Details

.parse(txt) ⇒ Object



93
# File 'lib/sportdb/formats.rb', line 93

def self.parse( txt ) LeagueReader.parse( txt ); end

.read(path) ⇒ Object



92
# File 'lib/sportdb/formats.rb', line 92

def self.read( path ) LeagueReader.read( path ); end