fix some wacky inheritance problems with Msf::Module#inspect

git-svn-id: file:///home/svn/framework3/trunk@13006 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-06-22 22:18:55 +00:00
parent 824022fde3
commit 7ef6be45c4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Module
# modules get loaded
#
def inspect
"#<Class for #{fullname}>"
"#<Class for #{refname}>"
end
end