fix some wacky inheritance problems with Msf::Module#inspect
git-svn-id: file:///home/svn/framework3/trunk@13006 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
824022fde3
commit
7ef6be45c4
|
@ -83,7 +83,7 @@ class Module
|
|||
# modules get loaded
|
||||
#
|
||||
def inspect
|
||||
"#<Class for #{fullname}>"
|
||||
"#<Class for #{refname}>"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue