module CrawlerDetect::Library::Exclusions

@since 0.1.0

Public Class Methods

data() click to toggle source
# File lib/crawler_detect/library/exclusions.rb, line 9
def self.data
  @data ||= load_raw(CrawlerDetect.config.settings.raw_exclusions_path).freeze
end