Module: CrawlerDetect::Library::Exclusions

Extended by:
Loader
Defined in:
lib/crawler_detect/library/exclusions.rb

Overview

Since:

  • 0.1.0

Class Method Summary collapse

Methods included from Loader

load_raw, reload_data

Class Method Details

.dataObject

Since:

  • 0.1.0



9
10
11
# File 'lib/crawler_detect/library/exclusions.rb', line 9

def self.data
  @data ||= load_raw(CrawlerDetect.config.settings.raw_exclusions_path).freeze
end