Method: TableScraper#initialize
- Defined in:
- lib/table_scraper.rb
#initialize ⇒ TableScraper
Returns a new instance of TableScraper.
5 6 7 |
# File 'lib/table_scraper.rb', line 5 def initialize @url = "http://www.theguardian.com/football/" + League::league_full_name + "/table" end |