416 417 418 419
# File 'lib/folio/shell.rb', line 416 def ungzip(file, options) file = localize(file) ziputils.ungzip(file, options) end