Determine the default path to the answer file.
Returns:
The path on disk to the default answer file.
8 9 10
# File 'lib/pdk/answer_file.rb', line 8 def self.default_answer_file_path PDK::Util::Filesystem.expand_path(File.join(PDK::Util.cachedir, 'answers.json')) end