module CrawlerDetect::Library::Crawlers

@since 0.1.0

Public Class Methods

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