git-svn-id: file:///home/svn/incoming/trunk@2733 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2005-07-11 20:49:33 +00:00
parent 521dd0194b
commit 426e890280
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@ module Msf
###
class Module
# Make include public so we can runtime extend
public_class_method :include
UpdateableOptions = [ "Name", "Description", "Alias" ]
class <<self
# Make include public so we can runtime extend
public :include
#
# The module's name that is assigned it it by the framework
# or derived from the path that the module is loaded from.