Sha256: 3ea90c4959d7eb109d7d7bb72dde36934cb4aecffe3fbe54ae7e8d337a4ba5ef
Contents?: true
Size: 185 Bytes
Versions: 14
Compression:
Stored size: 185 Bytes
Contents
require 'mechanize' Dir[File.join(File.expand_path('../', __FILE__),'**','*.rb')].each {|file| require file} module Scrapers def self.agent() @agent ||= Mechanize.new end end
Version data entries
14 entries across 14 versions & 1 rubygems