module REXML module Encoding def encode content content end def decode(str) str end end end