Adds missing #to_s calls again
This commit is contained in:
@@ -4,7 +4,7 @@ module WPScan
|
|||||||
class Base
|
class Base
|
||||||
# @return [ String ]
|
# @return [ String ]
|
||||||
def self.db_file
|
def self.db_file
|
||||||
@db_file ||= DB_DIR.join('dynamic_finders.yml')
|
@db_file ||= DB_DIR.join('dynamic_finders.yml').to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
# @return [ Hash ]
|
# @return [ Hash ]
|
||||||
|
|||||||
Reference in New Issue
Block a user