Adds missing #to_s calls again

This commit is contained in:
Erwan
2019-02-11 21:14:40 +01:00
committed by GitHub
parent b0615215fe
commit 2d5cea5033

View File

@@ -4,7 +4,7 @@ module WPScan
class Base
# @return [ String ]
def self.db_file
@db_file ||= DB_DIR.join('dynamic_finders.yml')
@db_file ||= DB_DIR.join('dynamic_finders.yml').to_s
end
# @return [ Hash ]