ruby--ruby/lib/rexml/encodings/UNILE_decl.rb

7 lines
87 B
Ruby

module REXML
module Encoding
UNILE = 'UNILE'
claim( UNILE, /^\377\376/ )
end
end