Class: Browser::Bot::EmptyUserAgentMatcher
- Inherits:
-
Object
- Object
- Browser::Bot::EmptyUserAgentMatcher
- Defined in:
- lib/browser/bot/empty_user_agent_matcher.rb
Class Method Summary collapse
Class Method Details
.call(ua, _browser) ⇒ Object
6 7 8 |
# File 'lib/browser/bot/empty_user_agent_matcher.rb', line 6 def self.call(ua, _browser) ua == "" end |