Method: Zip::ZipEntry#comment_in
- Defined in:
- lib/ruby_archive/handlers/rubyzip/zip/zip.rb
#comment_in(enc) ⇒ Object
Returns the name in the encoding specified by enc
364 365 366 |
# File 'lib/ruby_archive/handlers/rubyzip/zip/zip.rb', line 364 def comment_in(enc) Iconv.conv(enc, name_encoding, @name) end |