Current File : //opt/alt/ruby18/lib64/ruby/1.8/rexml/encodings/ISO-8859-1.rb
require 'rexml/encodings/US-ASCII'

module REXML
  module Encoding
    register("ISO-8859-1", &encoding_method("US-ASCII"))
  end
end