Method: TableScraper#call
- Defined in:
- lib/table_scraper.rb
#call ⇒ Object
9 10 11 12 13 |
# File 'lib/table_scraper.rb', line 9 def call site = Nokogiri::HTML(open(self.url)) self.teams = site.css('.table-football-body tr')[3..-1] build_teams end |