# File lib/chef-config/config.rb, line 298 def self.path_accessible?(path) File.exists?(path) && File.readable?(path) && File.writable?(path) end