Method: Browser::Bot.bot_exceptions
- Defined in:
- lib/browser/bot.rb
.bot_exceptions ⇒ Object
17 18 19 20 |
# File 'lib/browser/bot.rb', line 17 def self.bot_exceptions @bot_exceptions ||= YAML .load_file(Browser.root.join("bot_exceptions.yml")) end |