ruby--ruby/lib/rexml/encodings/EUC-JP_decl.rb

7 lines
77 B
Ruby

module REXML
module Encoding
EUC_JP = 'EUC-JP'
claim( EUC_JP )
end
end