Module: CrawlerDetect::Library::Exclusions
- Extended by:
- Loader
- Defined in:
- lib/crawler_detect/library/exclusions.rb
Overview
Class Method Summary collapse
Methods included from Loader
Class Method Details
.data ⇒ Object
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 |