Integrated first round of feedback

MS-2855/keylogger-mettle-extension
christopher lee 2017-11-20 10:45:39 -06:00
parent 621130d74b
commit 238aecf81c
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ module Msf::Module::FullName
#
def fullname
type + '/' + (refname.nil? ? '' : refname)
"#{type}/#{refname}"
end
def shortname

View File

@ -99,7 +99,7 @@ module Msf::ModuleManager::Cache
end
# @overload refresh_cache_from_module_files
# Rebuilds module metadat store and in-memory cache for all modules.
# Rebuilds module metadata store and in-memory cache for all modules.
#
# @return [void]
# @overload refresh_cache_from_module_files(module_class_or_instance)