Method: Browser::Bot::EmptyUserAgentMatcher.call
- Defined in:
- lib/browser/bot/empty_user_agent_matcher.rb
.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 |