Skip to content

Commit

Permalink
Make the attr_accessors in File more readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Sep 16, 2019
1 parent cfcdf83 commit 4849c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/zip/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ class File < CentralDirectory

# default -> false
attr_accessor :restore_ownership

# default -> false
attr_accessor :restore_permissions

# default -> true
attr_accessor :restore_times

# Returns the zip files comment, if it has one
attr_accessor :comment

Expand Down

0 comments on commit 4849c40

Please sign in to comment.