class ProxySeeker::Scrapers::FakeScraper

Public Class Methods

new(opts = {}) click to toggle source
# File lib/proxy_seeker/scrapers/fake_scraper.rb, line 4
def initialize(opts = {})
end

Public Instance Methods

fetch() click to toggle source
# File lib/proxy_seeker/scrapers/fake_scraper.rb, line 7
def fetch
  [ ]
end