# File lib/chef/knife.rb, line 413 def file_exists_and_is_readable?(file) File.exists?(file) && File.readable?(file) end