Files
metasploit-gs/lib/msf/base/simple/encoder.rb
T
Matt Miller 5676117bff last of normalized docs from last night
git-svn-id: file:///home/svn/incoming/trunk@3030 4d416f70-5f16-0410-b530-b9f4589650da
2005-11-15 15:11:43 +00:00

16 lines
202 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