Module: SportDb::Matcher

Includes:
WorldDb::Matcher
Included in:
Reader
Defined in:
lib/sportdb/reader.rb

Instance Method Summary collapse

Instance Method Details

#match_leagues_for_country(name, &blk) ⇒ Object



9
10
11
# File 'lib/sportdb/reader.rb', line 9

def match_leagues_for_country( name, &blk )
  match_xxx_for_country( name, 'leagues', blk )
end

#match_teams_for_country(name, &blk) ⇒ Object



13
14
15
# File 'lib/sportdb/reader.rb', line 13

def match_teams_for_country( name, &blk )
  match_xxx_for_country( name, 'teams', blk )
end