1# -*- coding: binary -*- 2module Msf 3module Simple 4 5### 6# 7# A simplified encoder wrapper. Currently there is no simplification 8# required. This is here because stuff is there. 9# 10### 11module Encoder 12 include Module 13end 14 15end 16end 17 18