Method: Roby::Application#add_app_metadata
- Defined in:
- lib/roby/app.rb
#add_app_metadata(metadata, append: true) ⇒ Object
Add some metadata to #app_metadata, and save it to the log dir’s info.yml if it is already created
1631 1632 1633 1634 1635 1636 |
# File 'lib/roby/app.rb', line 1631 def (, append: true) .merge!() if created_log_dir? (append: append) end end |