2012-06-29 00:18:28 -05:00
|
|
|
# -*- coding: binary -*-
|
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
|
2013-08-30 16:28:33 -05:00
|
|
|
include Module
|
2005-07-14 06:34:58 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
end
|
2012-04-15 23:35:38 -05:00
|
|
|
end
|