diff --git a/lib/zip/file.rb b/lib/zip/file.rb index e494a65..df0594c 100644 --- a/lib/zip/file.rb +++ b/lib/zip/file.rb @@ -59,12 +59,15 @@ module Zip attr_reader :name - # default -> false + # default -> false. attr_accessor :restore_ownership - # default -> false + + # default -> false, but will be set to true in a future version. attr_accessor :restore_permissions - # default -> true + + # default -> false, but will be set to true in a future version. attr_accessor :restore_times + # Returns the zip files comment, if it has one attr_accessor :comment