Method: PDK::Module::UpdateManager#add_file
- Defined in:
- lib/pdk/module/update_manager.rb
#add_file(path, content) ⇒ Object
Store a pending file addition.
29 30 31 |
# File 'lib/pdk/module/update_manager.rb', line 29 def add_file(path, content) @added_files << { path: path, content: content } end |