Method: Zip::ZipFileSystem::ZipFsFile#expand_path

Defined in:
lib/zip/zipfilesystem.rb

#expand_path(aPath) ⇒ Object



365
366
367
# File 'lib/zip/zipfilesystem.rb', line 365

def expand_path(aPath)
  @mappedZip.expand_path(aPath)
end