Method: Browser::Base#bot

Defined in:
lib/browser/base.rb

#botObject

Return the bot info.



39
40
41
# File 'lib/browser/base.rb', line 39

def bot
  @bot ||= Bot.new(ua)
end