2005-07-14 06:34:58 +00:00
|
|
|
module Msf
|
|
|
|
module Simple
|
|
|
|
|
|
|
|
###
|
|
|
|
#
|
2005-11-15 15:11:43 +00:00
|
|
|
# A simplified encoder wrapper. Currently there is no simplification
|
|
|
|
# required. This is here because stuff is there.
|
2005-07-14 06:34:58 +00:00
|
|
|
#
|
|
|
|
###
|
2005-07-14 07:32:11 +00:00
|
|
|
module Encoder
|
2005-07-17 08:05:28 +00:00
|
|
|
include Module
|
2005-07-14 06:34:58 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
end
|
2008-10-19 21:03:39 +00:00
|
|
|
end
|