Returns a new instance of Bot.
43 44 45 46
# File 'lib/browser/bot.rb', line 43 def initialize(ua) @ua = ua.downcase.strip @browser = Browser.new(@ua) end