class Browser::Base

def bot?

Detect if current user agent is from a bot.
def bot?
  bot.bot?
end