Class: SportDb::Import::League

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

Overview

class Country

Class Method Summary collapse

Class Method Details

.parse(txt) ⇒ Object



56
# File 'lib/sportdb/helpers.rb', line 56

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

.read(path) ⇒ Object



55
# File 'lib/sportdb/helpers.rb', line 55

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