class Apollo::Fetcher::SimpleFetcher

Public Class Methods

fetch(url, options = {}) click to toggle source
# File lib/apollo_crawler/fetcher/simple_fetcher.rb, line 29
def self.fetch(url, options = {})
        # TODO: Throw exception ???
        return BaseFetcher::fetch(url)
end