class Drupid::Updater::InstallLibraryAction

Public Instance Methods

msg() click to toggle source
    # File lib/drupid/updater.rb
698 def msg
699   "#{Tty.blue}[Install]#{Tty.white}  Library #{component.extended_name}#{Tty.reset} (#{platform.contrib_path + component.target_path})"
700 end