Class: SportDb::Import::Country

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

Class Method Summary collapse

Class Method Details

.parse(txt) ⇒ Object



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

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

.read(path) ⇒ Object



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

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