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