60 61 62 63 64
# File 'lib/browser/bot.rb', line 60 def name return unless bot? self.class.bots.find {|key, _| ua.include?(key) }&.last || GENERIC_NAME end