Module: SportDb::Matcher

Included in:
Reader
Defined in:
lib/sportdb/reader.rb

Instance Method Summary collapse

Instance Method Details

#match_leagues_for_country(name, &blk) ⇒ Object



7
8
9
# File 'lib/sportdb/reader.rb', line 7

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

#match_teams_for_country(name, &blk) ⇒ Object



11
12
13
# File 'lib/sportdb/reader.rb', line 11

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