Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a Ruby warning in File::WriteOptions
The warning was: ``` lib/sugar_utils/file/write_options.rb:42: warning: instance variable @existing_owner not initialized ``` I have added some explicit initialization for the instance variables.
- Loading branch information