Make the attr_accessors in File more readable.

Note what the default is and that a couple of them will change at some
point soon.
This commit is contained in:
Robert Haines 2019-09-16 16:26:40 +01:00
parent 253457545e
commit 378293539d
1 changed files with 6 additions and 3 deletions

View File

@ -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