method

register

v1_8_6_287 - Show latest stable - Class: REXML::Encoding
register(enc, &block)
public

No documentation available.

# File lib/rexml/encoding.rb, line 5
    def self.register(enc, &block)
      @encoding_methods[enc] = block
    end