module Msf module Simple ### # # Encoder # ------- # # A simplified encoder wrapper. # ### module Encoder include Module end end end