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