module CricosScrape

Constants

VERSION

Public Class Methods

agent() click to toggle source
# File lib/cricos_scrape/agent.rb, line 4
def self.agent
  agent = Mechanize.new
  agent.user_agent = Mechanize::AGENT_ALIASES['Windows IE 6']
  agent
end