12 lines
145 B
Ruby
12 lines
145 B
Ruby
# encoding: UTF-8
|
|
|
|
class WpThemes < WpItems
|
|
module Detectable
|
|
|
|
# @return [ String ]
|
|
def vulns_file
|
|
THEMES_FILE
|
|
end
|
|
end
|
|
end
|