Sha256: a89e2abcb4ca062a6995242edc52849e1281cb974d36a3cbf8a5d272bfc8ff94
Contents?: true
Size: 231 Bytes
Versions: 10
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module WPScan module DB # Plugin DB class Plugin < WpItem # @return [ String ] def self.db_file @db_file ||= DB_DIR.join('plugins.json').to_s end end end end
Version data entries
10 entries across 10 versions & 1 rubygems