Files
metasploit-gs/lib/msf/base/simple/encoder.rb
T
Ramon de C Valle f124597a56 Code cleanups
git-svn-id: file:///home/svn/framework3/trunk@5773 4d416f70-5f16-0410-b530-b9f4589650da
2008-10-19 21:03:39 +00:00

15 lines
201 B
Ruby

module Msf
module Simple
###
#
# A simplified encoder wrapper. Currently there is no simplification
# required. This is here because stuff is there.
#
###
module Encoder
include Module
end
end
end