method
register
v1_9_1_378 -
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