Method: Packages::UpdateMessage#current_path
- Defined in:
- library/packages/src/lib/packages/update_message.rb
#current_path ⇒ String (readonly)
Returns Path to the file which contains the message in the running system. While running inst-sys, it will differ from installation_path.
16 |
# File 'library/packages/src/lib/packages/update_message.rb', line 16 UpdateMessage = Struct.new(:solvable, :text, :installation_path, :current_path) |