Method: CobwebCrawlHelper#initialize
- Defined in:
- lib/cobweb_crawl_helper.rb
#initialize(data) ⇒ CobwebCrawlHelper
Returns a new instance of CobwebCrawlHelper.
11 12 13 14 15 16 |
# File 'lib/cobweb_crawl_helper.rb', line 11 def initialize(data) @data = data # TAKING A LONG TIME TO RUN ON PRODUCTION BOX @stats = Stats.new(data) end |