Sha256: 07664696c5f5126705b44ad0b0f0723f5f9351bd333b91a83918d9817f232830
Contents?: true
Size: 264 Bytes
Versions: 12
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true module CrawlerDetect module Library # @since 0.1.0 module Exclusions extend Loader def self.data @data ||= load_raw(CrawlerDetect.config.settings.raw_exclusions_path).freeze end end end end
Version data entries
12 entries across 12 versions & 1 rubygems