Method: Browser::Bots#bot_name
- Defined in:
- lib/browser/methods/bots.rb
#bot_name ⇒ Object
19 20 21 22 23 |
# File 'lib/browser/methods/bots.rb', line 19 def bot_name return unless bot? return "Generic Bot" if bot_with_empty_ua? BOTS.find {|key, _| ua.include?(key) }.first end |