Class: PDK::AnswerFile
- Inherits:
-
Object
- Object
- PDK::AnswerFile
- Defined in:
- lib/pdk/answer_file.rb
Class Method Summary collapse
-
.default_answer_file_path ⇒ String
Determine the default path to the answer file.
Class Method Details
.default_answer_file_path ⇒ String
Determine the default path to the answer file.
8 9 10 |
# File 'lib/pdk/answer_file.rb', line 8 def self.default_answer_file_path PDK::Util::Filesystem.(File.join(PDK::Util.cachedir, 'answers.json')) end |