See #4371, add autoload for PeParsey

git-svn-id: file:///home/svn/framework3/trunk@12589 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-05-12 01:26:58 +00:00
parent 06779bc8c0
commit 8bd4f463a6
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ module Rex
# Meterpreter
autoload :Post, 'rex/post'
# PeParsing
autoload :PeParsey, 'rex/peparsey'
end