9ba20c7b34
git-svn-id: file:///home/svn/incoming/trunk@2508 4d416f70-5f16-0410-b530-b9f4589650da
16 lines
178 B
Ruby
16 lines
178 B
Ruby
module Msf
|
|
module Ui
|
|
module Console
|
|
module CommandDispatcher
|
|
|
|
class Encoder
|
|
|
|
include Msf::Ui::Console::ModuleCommandDispatcher
|
|
|
|
def cmd_encode(args)
|
|
end
|
|
|
|
end
|
|
|
|
end end end end
|