/
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
1.8
/
rexml
/
encodings
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/ruby18/lib64/ruby/1.8/rexml/encodings
Edit:
/opt/alt/ruby18/lib64/ruby/1.8/rexml/encodings/UTF-8.rb
module REXML module Encoding def encode_utf8 content content end def decode_utf8(str) str end register(UTF_8) do |obj| class << obj alias decode decode_utf8 alias encode encode_utf8 end end end end
Ukuran: 268 B