class SportDb::Import::Country
Public Class Methods
parse( txt )
click to toggle source
# File lib/sportdb/formats.rb, line 77 def self.parse( txt ) CountryReader.parse( txt ); end
read( path )
click to toggle source
# File lib/sportdb/formats.rb, line 76 def self.read( path ) CountryReader.read( path ); end