summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/EUC-JP_decl.rb
blob: 4c7cd828a6c244f2e7d0af42809e5076b3fb3462 (plain)
1
2
3
4
5
6
module REXML
	module Encoding
		EUC_JP = 'EUC-JP'
		claim( EUC_JP )
	end
end