Adds missing #to_s calls

This commit is contained in:
erwanlr
2019-02-11 20:03:05 +00:00
parent 7a0f98b2cb
commit b0615215fe
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ module WPScan
class Plugin < WpItem
# @return [ String ]
def self.db_file
@db_file ||= DB_DIR.join('plugins.json')
@db_file ||= DB_DIR.join('plugins.json').to_s
end
end
end