Libraries
»
browser
(2.6.1)
»
Index
»
Browser
»
Base
»
#bot
Method: Browser::Base#bot
Defined in:
lib/browser/base.rb
#
bot
⇒
Object
Return the bot info.
39 40 41
# File 'lib/browser/base.rb', line 39
def
bot
@bot
||=
Bot
.
new
(
ua
)
end