# File lib/chef/file_access_control/unix.rb, line 105 def should_update_group? !target_gid.nil? && target_gid != current_gid end