17 lines
228 B
Ruby
17 lines
228 B
Ruby
# -*- coding: binary -*-
|
|
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
|